Uses of Enum Class
org.w3._2001.schema.NamespaceListMember1ItemMember1
Packages that use NamespaceListMember1ItemMember1
-
Uses of NamespaceListMember1ItemMember1 in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type NamespaceListMember1ItemMember1Modifier and TypeFieldDescriptionstatic final List<NamespaceListMember1ItemMember1>
NamespaceListMember1ItemMember1.VALUES
A public read-only list of all the 'Namespace List Member1 Item Member1' enumerators.Methods in org.w3._2001.schema that return NamespaceListMember1ItemMember1Modifier and TypeMethodDescriptionNamespaceListMember1ItemMember1.get
(int value) Returns the 'Namespace List Member1 Item Member1' literal with the specified integer value.Returns the 'Namespace List Member1 Item Member1' literal with the specified literal value.Returns the 'Namespace List Member1 Item Member1' literal with the specified name.Returns the enum constant of this class with the specified name.static NamespaceListMember1ItemMember1[]
NamespaceListMember1ItemMember1.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NamespaceListMember1ItemMember1 in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return NamespaceListMember1ItemMember1Modifier and TypeMethodDescriptionSchemaFactoryImpl.createNamespaceListMember1ItemMember1FromString
(EDataType eDataType, String initialValue) SchemaFactoryImpl.createNamespaceListMember1ItemMember1ObjectFromString
(EDataType eDataType, String initialValue) -
Uses of NamespaceListMember1ItemMember1 in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type NamespaceListMember1ItemMember1Modifier and TypeMethodDescriptionboolean
SchemaValidator.validateNamespaceListMember1ItemMember1
(NamespaceListMember1ItemMember1 namespaceListMember1ItemMember1, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
SchemaValidator.validateNamespaceListMember1ItemMember1Object
(NamespaceListMember1ItemMember1 namespaceListMember1ItemMember1Object, DiagnosticChain diagnostics, Map<Object, Object> context)