Package | Description |
---|---|
tacv.universe.map.xml |
Modifier and Type | Field and Description |
---|---|
protected PersonType |
Person.type |
Modifier and Type | Method and Description |
---|---|
static PersonType |
PersonType.fromValue(java.lang.String v) |
PersonType |
Person.getType()
Gets the value of the type property.
|
static PersonType |
PersonType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PersonType[] |
PersonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Person.setType(PersonType value)
Sets the value of the type property.
|