|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldType | |
---|---|
gov.nasa.pds.label.object | Implementations of objects that represent the data objects that can be referenced by PDS labels. |
Uses of FieldType in gov.nasa.pds.label.object |
---|
Methods in gov.nasa.pds.label.object that return FieldType | |
---|---|
static FieldType |
FieldType.getFieldType(String xmlType)
Gets the proper field type for an XML type string in a label instance. |
FieldType |
FieldDescription.getType()
Gets the field type. |
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. |
Methods in gov.nasa.pds.label.object with parameters of type FieldType | |
---|---|
void |
FieldDescription.setType(FieldType type)
Sets the field type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |