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 boolean
isSupportedPDSType(Constants.DictionaryType type)
String
normalize()
-
-
-
Method Detail
-
isSupportedPDSType
public boolean isSupportedPDSType(Constants.DictionaryType type)
- Specified by:
isSupportedPDSType
in classScalar
-
normalize
public String normalize()
-
-