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