Uses of Class
org.w3._2001.schema.SimpleDerivationSetMember0
-
Packages that use SimpleDerivationSetMember0 Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of SimpleDerivationSetMember0 in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type SimpleDerivationSetMember0 Modifier and Type Field Description static List<SimpleDerivationSetMember0>SimpleDerivationSetMember0. VALUESA public read-only list of all the 'Simple Derivation Set Member0' enumerators.Methods in org.w3._2001.schema that return SimpleDerivationSetMember0 Modifier and Type Method Description static SimpleDerivationSetMember0SimpleDerivationSetMember0. get(int value)Returns the 'Simple Derivation Set Member0' literal with the specified integer value.static SimpleDerivationSetMember0SimpleDerivationSetMember0. get(String literal)Returns the 'Simple Derivation Set Member0' literal with the specified literal value.static SimpleDerivationSetMember0SimpleDerivationSetMember0. getByName(String name)Returns the 'Simple Derivation Set Member0' literal with the specified name.static SimpleDerivationSetMember0SimpleDerivationSetMember0. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleDerivationSetMember0[]SimpleDerivationSetMember0. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SimpleDerivationSetMember0 in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return SimpleDerivationSetMember0 Modifier and Type Method Description SimpleDerivationSetMember0SchemaFactoryImpl. createSimpleDerivationSetMember0FromString(EDataType eDataType, String initialValue)SimpleDerivationSetMember0SchemaFactoryImpl. createSimpleDerivationSetMember0ObjectFromString(EDataType eDataType, String initialValue) -
Uses of SimpleDerivationSetMember0 in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type SimpleDerivationSetMember0 Modifier and Type Method Description booleanSchemaValidator. validateSimpleDerivationSetMember0(SimpleDerivationSetMember0 simpleDerivationSetMember0, DiagnosticChain diagnostics, Map<Object,Object> context)booleanSchemaValidator. validateSimpleDerivationSetMember0Object(SimpleDerivationSetMember0 simpleDerivationSetMember0Object, DiagnosticChain diagnostics, Map<Object,Object> context)
-