Modifier and Type | Field and Description |
---|---|
protected FieldType |
FieldDefinition.type |
Modifier and Type | Method and Description |
---|---|
static FieldType |
FieldType.fromValue(String v) |
FieldType |
FieldDefinition.getType()
Gets the value of the type property.
|
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldDefinition.setType(FieldType value)
Sets the value of the type property.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.