fr.opensagres.xdocreport.template.formatter
Class FieldMetadata

java.lang.Object
  extended by fr.opensagres.xdocreport.template.formatter.FieldMetadata

public class FieldMetadata
extends Object

Field metadata.


Constructor Summary
FieldMetadata(String fieldName, boolean listType, String imageName, String syntaxKind)
           
 
Method Summary
 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.
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldMetadata

public FieldMetadata(String fieldName,
                     boolean listType,
                     String imageName,
                     String syntaxKind)
Method Detail

getFieldName

public String getFieldName()
Returns the field name.

Returns:

getImageName

public String getImageName()
Returns the image name.

Returns:

isListType

public boolean isListType()
Returns true if field is list type and false otherwise.

Returns:

setListType

public void setListType(boolean listType)
Set true if field is list type and false otherwise.

Parameters:
listType -

isImageType

public boolean isImageType()
Returns true if field is image type and false otherwise.

Returns:

setImageName

public void setImageName(String imageName)
Set image name.

Parameters:
imageName -

getSyntaxKind

public String getSyntaxKind()

setSyntaxKind

public void setSyntaxKind(String syntaxKind)


Copyright © 2011. All Rights Reserved.