Modifier and Type | Field and Description |
---|---|
protected MetadataModeType |
MetadataGroupValueType.mode |
protected MetadataModeType |
MetadataFieldValueType.mode |
protected MetadataModeType |
MetadataValueType.mode |
Modifier and Type | Method and Description |
---|---|
static MetadataModeType |
MetadataModeType.fromValue(String v) |
MetadataModeType |
MetadataGroupValueType.getMode()
Gets the value of the mode property.
|
MetadataModeType |
MetadataFieldValueType.getMode()
Gets the value of the mode property.
|
MetadataModeType |
MetadataValueType.getMode()
Gets the value of the mode property.
|
static MetadataModeType |
MetadataModeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataModeType[] |
MetadataModeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataGroupValueType.setMode(MetadataModeType value)
Sets the value of the mode property.
|
void |
MetadataFieldValueType.setMode(MetadataModeType value)
Sets the value of the mode property.
|
void |
MetadataValueType.setMode(MetadataModeType value)
Sets the value of the mode property.
|
Copyright © 2016. All rights reserved.