Uses of Enum Class
org.w3._2001.schema.NamespaceListMember0
Packages that use NamespaceListMember0
-
Uses of NamespaceListMember0 in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type NamespaceListMember0Modifier and TypeFieldDescriptionstatic final List<NamespaceListMember0>
NamespaceListMember0.VALUES
A public read-only list of all the 'Namespace List Member0' enumerators.Methods in org.w3._2001.schema that return NamespaceListMember0Modifier and TypeMethodDescriptionstatic NamespaceListMember0
NamespaceListMember0.get
(int value) Returns the 'Namespace List Member0' literal with the specified integer value.static NamespaceListMember0
Returns the 'Namespace List Member0' literal with the specified literal value.static NamespaceListMember0
Returns the 'Namespace List Member0' literal with the specified name.static NamespaceListMember0
Returns the enum constant of this class with the specified name.static NamespaceListMember0[]
NamespaceListMember0.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NamespaceListMember0 in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return NamespaceListMember0Modifier and TypeMethodDescriptionSchemaFactoryImpl.createNamespaceListMember0FromString
(EDataType eDataType, String initialValue) SchemaFactoryImpl.createNamespaceListMember0ObjectFromString
(EDataType eDataType, String initialValue) -
Uses of NamespaceListMember0 in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type NamespaceListMember0Modifier and TypeMethodDescriptionboolean
SchemaValidator.validateNamespaceListMember0
(NamespaceListMember0 namespaceListMember0, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
SchemaValidator.validateNamespaceListMember0Object
(NamespaceListMember0 namespaceListMember0Object, DiagnosticChain diagnostics, Map<Object, Object> context)