Package com.sun.xml.fastinfoset.types
Class ValueInstance
- java.lang.Object
-
- com.sun.xml.fastinfoset.types.ValueInstance
-
public final class ValueInstance extends java.lang.ObjectTODO implement CharSequence iface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValueInstance.Type
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringalphabetintidjava.lang.ObjectinstanceValueInstance.Typetype
-
Constructor Summary
Constructors Constructor Description ValueInstance(int id, java.lang.Object instance)ValueInstance(java.lang.Object instance)ValueInstance(java.lang.String alphabet, java.lang.Object instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidset(int id, java.lang.Object instance)voidset(java.lang.Object instance)voidset(java.lang.String alphabet, java.lang.Object instance)
-
-
-
Field Detail
-
type
public ValueInstance.Type type
-
id
public int id
-
alphabet
public java.lang.String alphabet
-
instance
public java.lang.Object instance
-
-