|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.opensagres.xdocreport.template.formatter.FieldMetadata
public class FieldMetadata
Field metadata.
| Constructor Summary | |
|---|---|
FieldMetadata(FieldsMetadata fieldsMetadata,
String fieldName,
boolean listType,
String imageName,
String syntaxKind,
boolean syntaxWithDirective)
|
|
| Method Summary | |
|---|---|
NullImageBehaviour |
getBehaviour()
Returns the "field" behavior to use when the stream of the image is null. |
String |
getDescription()
|
String |
getFieldName()
Returns the field name. |
String |
getImageName()
Returns the image name. |
String |
getSyntaxKind()
|
boolean |
isImageType()
Returns true if field is image type and false otherwise. |
boolean |
isListType()
Returns true if field is list type and false otherwise. |
boolean |
isSyntaxWithDirective()
|
boolean |
isUseImageSize()
|
void |
setBehaviour(NullImageBehaviour behaviour)
Set the "field" behaviour to use when the stream of the image is null. |
void |
setDescription(String description)
|
void |
setImageName(String imageName)
Set image name. |
void |
setListType(boolean listType)
Set true if field is list type and false otherwise. |
void |
setSyntaxKind(String syntaxKind)
|
void |
setSyntaxWithDirective(boolean syntaxWithDirective)
|
void |
setUseImageSize(boolean useImageSize)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldMetadata(FieldsMetadata fieldsMetadata,
String fieldName,
boolean listType,
String imageName,
String syntaxKind,
boolean syntaxWithDirective)
| Method Detail |
|---|
public String getFieldName()
public String getImageName()
public boolean isListType()
public void setListType(boolean listType)
listType - public boolean isImageType()
public void setImageName(String imageName)
imageName - public String getSyntaxKind()
public boolean isSyntaxWithDirective()
public void setSyntaxKind(String syntaxKind)
public void setSyntaxWithDirective(boolean syntaxWithDirective)
public void setDescription(String description)
public String getDescription()
public NullImageBehaviour getBehaviour()
public void setBehaviour(NullImageBehaviour behaviour)
behaviour - public boolean isUseImageSize()
public void setUseImageSize(boolean useImageSize)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||