Uses of Class
com.sun.xml.fastinfoset.types.ValueInstance.Type
-
Packages that use ValueInstance.Type Package Description com.sun.xml.fastinfoset.types -
-
Uses of ValueInstance.Type in com.sun.xml.fastinfoset.types
Fields in com.sun.xml.fastinfoset.types declared as ValueInstance.Type Modifier and Type Field Description ValueInstance.Type
ValueInstance. type
Methods in com.sun.xml.fastinfoset.types that return ValueInstance.Type Modifier and Type Method Description static ValueInstance.Type
ValueInstance.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueInstance.Type[]
ValueInstance.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-