Package | Description |
---|---|
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
Field.Types |
Field.getType()
The data type of the field.
|
static Field.Types |
Field.Types.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Field.Types[] |
Field.Types.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|