| Package | Description |
|---|---|
| core | |
| graphics | |
| main |
| Modifier and Type | Method and Description |
|---|---|
XMLFieldType |
XMLFieldEntry.getType()
Returns the type of this entry.
|
XMLFieldType |
ComponentXMLData.getTypeOfProperty(java.lang.String key)
Returns the type of the given property key.
|
XMLFieldType |
AbstractComponent.getTypeOfProperty(java.lang.String key)
Returns the type of the given property key.
|
static XMLFieldType |
XMLFieldType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XMLFieldType[] |
XMLFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
XMLFieldEntry(java.lang.String value,
XMLFieldType type,
java.lang.String description)
Constructs a new entry with the given parameters.
|
XMLFieldEntry(java.lang.String value,
XMLFieldType type,
java.lang.String enumName,
java.lang.String description)
Constructs a new entry with the given parameters.
|
| Modifier and Type | Field and Description |
|---|---|
static XMLFieldType[] |
AddTaskToQueueWindow.ALLOWED_TYPES |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FrevoMain.checkType(XMLFieldType type,
java.lang.String value)
Checks if the value properly conforms with the given property type.
|