Uses of Class
org.w3._2001.schema.AllNNIMember1
-
Packages that use AllNNIMember1 Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of AllNNIMember1 in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type AllNNIMember1 Modifier and Type Field Description static List<AllNNIMember1>
AllNNIMember1. VALUES
A public read-only list of all the 'All NNI Member1' enumerators.Methods in org.w3._2001.schema that return AllNNIMember1 Modifier and Type Method Description static AllNNIMember1
AllNNIMember1. get(int value)
Returns the 'All NNI Member1' literal with the specified integer value.static AllNNIMember1
AllNNIMember1. get(String literal)
Returns the 'All NNI Member1' literal with the specified literal value.static AllNNIMember1
AllNNIMember1. getByName(String name)
Returns the 'All NNI Member1' literal with the specified name.static AllNNIMember1
AllNNIMember1. valueOf(String name)
Returns the enum constant of this type with the specified name.static AllNNIMember1[]
AllNNIMember1. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AllNNIMember1 in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return AllNNIMember1 Modifier and Type Method Description AllNNIMember1
SchemaFactoryImpl. createAllNNIMember1FromString(EDataType eDataType, String initialValue)
AllNNIMember1
SchemaFactoryImpl. createAllNNIMember1ObjectFromString(EDataType eDataType, String initialValue)
-
Uses of AllNNIMember1 in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type AllNNIMember1 Modifier and Type Method Description boolean
SchemaValidator. validateAllNNIMember1(AllNNIMember1 allNNIMember1, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
SchemaValidator. validateAllNNIMember1Object(AllNNIMember1 allNNIMember1Object, DiagnosticChain diagnostics, Map<Object,Object> context)
-