public class NMTokens extends AbstractList<String>
| Constructor and Description |
|---|
NMTokens()
Default constructor.
|
NMTokens(List<String> list)
Custom constructor.
|
NMTokens(String... values)
Custom constructor.
|
NMTokens(String value)
Custom constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
convertFromString(String value)
Converts the data type from a String value.
|
String |
toString() |
get, getList, marshal, setList, unmarshalequals, hashCodepublic NMTokens()
public NMTokens(String... values)
public NMTokens(List<String> list)
public NMTokens(String value)
protected String convertFromString(String value)
AbstractListconvertFromString in class AbstractList<String>value - String expression.AbstractList.convertFromString(java.lang.String)public String toString()
toString in class AbstractXJdfType<String,AbstractList<String>>Object.toString()Copyright © 2016. All rights reserved.