Uses of Class
gov.nasa.pds.tools.label.ValueType
-
Packages that use ValueType Package Description gov.nasa.pds.tools.label -
-
Uses of ValueType in gov.nasa.pds.tools.label
Methods in gov.nasa.pds.tools.label that return ValueType Modifier and Type Method Description static ValueType
ValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueType[]
ValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gov.nasa.pds.tools.label with parameters of type ValueType Constructor Description Scalar(String value, ValueType type)
Constructs a ScalarSymbol(String value, ValueType type)
TextString(String value, ValueType type)
-