org.jaffa.rules.examples.domain
Class ValidFieldValueMeta

java.lang.Object
  extended byorg.jaffa.rules.examples.domain.ValidFieldValueMeta

public class ValidFieldValueMeta
extends Object

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

TABLE_NAME

public static final String TABLE_NAME
A constant to identity the TableName field.

See Also:
Constant Field Values

FIELD_NAME

public static final String FIELD_NAME
A constant to identity the FieldName field.

See Also:
Constant Field Values

LEGAL_VALUE

public static final String LEGAL_VALUE
A constant to identity the LegalValue field.

See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
A constant to identity the Description field.

See Also:
Constant Field Values

REMARKS

public static final String REMARKS
A constant to identity the Remarks field.

See Also:
Constant Field Values

META_TABLE_NAME

public static final FieldMetaData META_TABLE_NAME
A constant which holds the meta information for the TableName field.


META_FIELD_NAME

public static final FieldMetaData META_FIELD_NAME
A constant which holds the meta information for the FieldName field.


META_LEGAL_VALUE

public static final FieldMetaData META_LEGAL_VALUE
A constant which holds the meta information for the LegalValue field.


META_DESCRIPTION

public static final FieldMetaData META_DESCRIPTION
A constant which holds the meta information for the Description field.


META_REMARKS

public static final FieldMetaData META_REMARKS
A constant which holds the meta information for the Remarks field.

Constructor Detail

ValidFieldValueMeta

public ValidFieldValueMeta()
Method Detail

getName

public static String getName()
Returns the name of the persistent class.

Returns:
the name of the persistent class.

getLabelToken

public static String getLabelToken()
Getter for property labelToken.

Returns:
Value of property labelToken.

getAttributes

public static String[] getAttributes()
This returns an array of all the fields of the persistent class.

Returns:
an array of all the fields of the persistent class.

getFieldMetaData

public static FieldMetaData[] getFieldMetaData()
This returns an array of meta information for all the fields of the persistent class.

Returns:
an array of meta information for all the fields of the persistent class.

getFieldMetaData

public static FieldMetaData getFieldMetaData(String fieldName)
This returns meta information for the input field.

Parameters:
fieldName - the field name.
Returns:
meta information for the input field.

getKeyFields

public static FieldMetaData[] getKeyFields()
This returns an array of meta information for all the key fields of the persistent class.

Returns:
an array of meta information for all the key fields of the persistent class.

getMandatoryFields

public static FieldMetaData[] getMandatoryFields()
This returns an array of meta information for all the mandatory fields of the persistent class.

Returns:
an array of meta information for all the mandatory fields of the persistent class.


Copyright © 2002-2004 JAFFA Project.