Uses of Class
gov.nasa.pds.label.object.FieldType
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description static FieldTypeFieldType. getFieldType(String xmlType)Gets the proper field type for an XML type string in a label instance.FieldTypeFieldDescription. getType()Gets the field type.static FieldTypeFieldType. 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 Modifier and Type Method Description voidFieldDescription. setType(FieldType type)Sets the field type.