fr.opensagres.xdocreport.template.annotations
Annotation Type ImageMetadata


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ImageMetadata


Optional Element Summary
 NullImageBehaviour behaviour
          Returns the null image behaviour NullImageBehaviour.
 String name
          Returns the image name if field must use mapping name with image and empty otherwise.
 

name

public abstract String name
Returns the image name if field must use mapping name with image and empty otherwise.

Returns:
the image name if field must use mapping name with image and empty otherwise.
Default:
""

behaviour

public abstract NullImageBehaviour behaviour
Returns the null image behaviour NullImageBehaviour.

Returns:
the null image behaviour NullImageBehaviour.
Default:
fr.opensagres.xdocreport.template.formatter.NullImageBehaviour.ThrowsError


Copyright © 2013. All rights reserved.