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