|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Fields
Fields. TODO the fields names should be annotation class names (where relevant) when the annotations exist
Field Summary | |
---|---|
static String |
ACTIVATION_POLICY
The activation-policy flag |
static String |
ADMIN_VIEWS
The activation-policy flag |
static String |
ANNOTATIONS
The annotations associated with the property |
static String |
ATTACHMENT
The attachment |
static String |
DEFAULT_VALUE
The minimum value |
static String |
DESCRIPTION
The description field name |
static String |
LEGAL_VALUES
The legal values |
static String |
MANDATORY
The mandatory |
static String |
MAPPED_NAME
The mapped name field name |
static String |
MAXIMUM_VALUE
The maximum value |
static String |
META_TYPE
The meta type field name |
static String |
MINIMUM_VALUE
The minimum value |
static String |
MODIFIED
The modified flag |
static String |
NAME
The name field name |
static String |
PROPERTY_INFO
The PropertyInfo info for the ManagedObject attachment |
static String |
READ_ONLY
The read-only flag |
static String |
REMOVED
The removed flag |
static String |
VALUE
The value |
static String |
VIEW_USE
The ViewUses |
Method Summary | |
---|---|
Fields |
copy()
Create a copy of the fields. |
Object |
getField(String name)
Get a field with the given name |
void |
setField(String name,
Object value)
Set a field with the given name |
Field Detail |
---|
static final String NAME
static final String MAPPED_NAME
static final String DESCRIPTION
static final String META_TYPE
static final String VALUE
static final String LEGAL_VALUES
static final String DEFAULT_VALUE
static final String MINIMUM_VALUE
static final String MAXIMUM_VALUE
static final String MANDATORY
static final String PROPERTY_INFO
static final String ANNOTATIONS
static final String ATTACHMENT
static final String VIEW_USE
static final String REMOVED
static final String MODIFIED
static final String READ_ONLY
static final String ACTIVATION_POLICY
static final String ADMIN_VIEWS
Method Detail |
---|
Object getField(String name)
name
- the name
void setField(String name, Object value)
name
- the namevalue
- the field valueFields copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |