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