Package gov.nasa.pds.tools.label
Class TextString
- java.lang.Object
-
- gov.nasa.pds.tools.label.Scalar
-
- gov.nasa.pds.tools.label.TextString
-
-
Constructor Summary
Constructors Constructor Description TextString(String value)TextString(String value, ValueType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSupportedPDSType(Constants.DictionaryType type)Stringnormalize()
-
-
-
Method Detail
-
isSupportedPDSType
public boolean isSupportedPDSType(Constants.DictionaryType type)
- Specified by:
isSupportedPDSTypein classScalar
-
normalize
public String normalize()
-
-