Method Summary |
|
public static String[] | getAttributes() This returns an array of all the fields of the persistent class. |
public static FieldMetaData[] | getFieldMetaData() This returns an array of meta information for all the fields of the persistent class. |
public static FieldMetaData | getFieldMetaData(String fieldName) This returns meta information for the input field.
Parameters: fieldName - the field name. |
public static String | getLabelToken() Getter for property labelToken. |
public static String | getName() Returns the name of the persistent class. |