|
||||||||||
| 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 |
ANNOTATIONS
The annotations associated with the property |
static String |
ATTACHMENT
The attachment |
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 |
NAME
The name field name |
static String |
PROPERTY_INFO
The PropertyInfo info for the ManagedObject attachment |
static String |
VALUE
The value |
| Method Summary | |
|---|---|
Serializable |
getField(String name)
Get a field with the given name |
void |
setField(String name,
Serializable 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 MINIMUM_VALUE
static final String MAXIMUM_VALUE
static final String MANDATORY
static final String PROPERTY_INFO
static final String ANNOTATIONS
static final String ATTACHMENT
| Method Detail |
|---|
Serializable getField(String name)
name - the name
void setField(String name,
Serializable value)
name - the namevalue - the field value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||