Package org.cip4.lib.xjdf.type
Class NMTokens
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
NMTOKENS is an enumerated set of NMTOKEN, which is expressed as a list of space separated values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringconvertFromString(String value) Converts the data type from a String value.toString()Methods inherited from class org.cip4.lib.xjdf.type.AbstractList
get, getList, marshal, setList, unmarshalMethods inherited from class org.cip4.lib.xjdf.type.AbstractXJdfType
equals, hashCode
-
Constructor Details
-
NMTokens
public NMTokens()Default constructor. -
NMTokens
Custom constructor. Accepting a variable number of strings. -
NMTokens
Custom constructor. Accepting a list object for initializing. -
NMTokens
Custom constructor. Accepting a String object for initializing.
-
-
Method Details
-
convertFromString
Description copied from class:AbstractListConverts the data type from a String value.- Specified by:
convertFromStringin classAbstractList<String>- Parameters:
value- String expression.- Returns:
- String as target data type.
- See Also:
-
toString
- Specified by:
toStringin classAbstractXJdfType<String,AbstractList<String>> - See Also:
-