Uses of Enum Class
org.w3._2001.schema.DerivationSetMember0
Packages that use DerivationSetMember0
-
Uses of DerivationSetMember0 in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type DerivationSetMember0Modifier and TypeFieldDescriptionstatic final List<DerivationSetMember0>
DerivationSetMember0.VALUES
A public read-only list of all the 'Derivation Set Member0' enumerators.Methods in org.w3._2001.schema that return DerivationSetMember0Modifier and TypeMethodDescriptionstatic DerivationSetMember0
DerivationSetMember0.get
(int value) Returns the 'Derivation Set Member0' literal with the specified integer value.static DerivationSetMember0
Returns the 'Derivation Set Member0' literal with the specified literal value.static DerivationSetMember0
Returns the 'Derivation Set Member0' literal with the specified name.static DerivationSetMember0
Returns the enum constant of this class with the specified name.static DerivationSetMember0[]
DerivationSetMember0.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DerivationSetMember0 in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return DerivationSetMember0Modifier and TypeMethodDescriptionSchemaFactoryImpl.createDerivationSetMember0FromString
(EDataType eDataType, String initialValue) SchemaFactoryImpl.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 DerivationSetMember0Modifier and TypeMethodDescriptionboolean
SchemaValidator.validateDerivationSetMember0
(DerivationSetMember0 derivationSetMember0, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
SchemaValidator.validateDerivationSetMember0Object
(DerivationSetMember0 derivationSetMember0Object, DiagnosticChain diagnostics, Map<Object, Object> context)