Package com.sun.xml.fastinfoset.types
Class ValueInstance
- java.lang.Object
-
- com.sun.xml.fastinfoset.types.ValueInstance
-
public final class ValueInstance extends Object
TODO implement CharSequence iface.- Author:
- Paul.Sandoz@Sun.Com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ValueInstance.Type
-
Constructor Summary
Constructors Constructor Description ValueInstance(int id, Object instance)
ValueInstance(Object instance)
ValueInstance(String alphabet, Object instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
set(int id, Object instance)
void
set(Object instance)
void
set(String alphabet, Object instance)
-
-
-
Field Detail
-
type
public ValueInstance.Type type
-
id
public int id
-
alphabet
public String alphabet
-
instance
public Object instance
-
-