|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.rules.examples.domain.ValidFieldValueMeta
This class has the meta information for the ValidFieldValue persistent class.
| Field Summary | |
static String |
DESCRIPTION
A constant to identity the Description field. |
static String |
FIELD_NAME
A constant to identity the FieldName field. |
static String |
LEGAL_VALUE
A constant to identity the LegalValue field. |
static FieldMetaData |
META_DESCRIPTION
A constant which holds the meta information for the Description field. |
static FieldMetaData |
META_FIELD_NAME
A constant which holds the meta information for the FieldName field. |
static FieldMetaData |
META_LEGAL_VALUE
A constant which holds the meta information for the LegalValue field. |
static FieldMetaData |
META_REMARKS
A constant which holds the meta information for the Remarks field. |
static FieldMetaData |
META_TABLE_NAME
A constant which holds the meta information for the TableName field. |
static String |
REMARKS
A constant to identity the Remarks field. |
static String |
TABLE_NAME
A constant to identity the TableName field. |
| Constructor Summary | |
ValidFieldValueMeta()
|
|
| Method Summary | |
static String[] |
getAttributes()
This returns an array of all the fields of the persistent class. |
static FieldMetaData[] |
getFieldMetaData()
This returns an array of meta information for all the fields of the persistent class. |
static FieldMetaData |
getFieldMetaData(String fieldName)
This returns meta information for the input field. |
static FieldMetaData[] |
getKeyFields()
This returns an array of meta information for all the key fields of the persistent class. |
static String |
getLabelToken()
Getter for property labelToken. |
static FieldMetaData[] |
getMandatoryFields()
This returns an array of meta information for all the mandatory fields of the persistent class. |
static String |
getName()
Returns the name of the persistent class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String TABLE_NAME
public static final String FIELD_NAME
public static final String LEGAL_VALUE
public static final String DESCRIPTION
public static final String REMARKS
public static final FieldMetaData META_TABLE_NAME
public static final FieldMetaData META_FIELD_NAME
public static final FieldMetaData META_LEGAL_VALUE
public static final FieldMetaData META_DESCRIPTION
public static final FieldMetaData META_REMARKS
| Constructor Detail |
public ValidFieldValueMeta()
| Method Detail |
public static String getName()
public static String getLabelToken()
public static String[] getAttributes()
public static FieldMetaData[] getFieldMetaData()
public static FieldMetaData getFieldMetaData(String fieldName)
fieldName - the field name.
public static FieldMetaData[] getKeyFields()
public static FieldMetaData[] getMandatoryFields()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||