Uses of Enum Class
org.w3._2001.schema.BlockSetMember1Item
Packages that use BlockSetMember1Item
-
Uses of BlockSetMember1Item in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type BlockSetMember1ItemModifier and TypeFieldDescriptionstatic final List<BlockSetMember1Item>
BlockSetMember1Item.VALUES
A public read-only list of all the 'Block Set Member1 Item' enumerators.Methods in org.w3._2001.schema that return BlockSetMember1ItemModifier and TypeMethodDescriptionstatic BlockSetMember1Item
BlockSetMember1Item.get
(int value) Returns the 'Block Set Member1 Item' literal with the specified integer value.static BlockSetMember1Item
Returns the 'Block Set Member1 Item' literal with the specified literal value.static BlockSetMember1Item
Returns the 'Block Set Member1 Item' literal with the specified name.static BlockSetMember1Item
Returns the enum constant of this class with the specified name.static BlockSetMember1Item[]
BlockSetMember1Item.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BlockSetMember1Item in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return BlockSetMember1ItemModifier and TypeMethodDescriptionSchemaFactoryImpl.createBlockSetMember1ItemFromString
(EDataType eDataType, String initialValue) SchemaFactoryImpl.createBlockSetMember1ItemObjectFromString
(EDataType eDataType, String initialValue) Methods in org.w3._2001.schema.impl that return types with arguments of type BlockSetMember1ItemModifier and TypeMethodDescriptionSchemaFactoryImpl.createBlockSetMember1FromString
(EDataType eDataType, String initialValue) -
Uses of BlockSetMember1Item in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type BlockSetMember1ItemModifier and TypeMethodDescriptionboolean
SchemaValidator.validateBlockSetMember1Item
(BlockSetMember1Item blockSetMember1Item, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
SchemaValidator.validateBlockSetMember1ItemObject
(BlockSetMember1Item blockSetMember1ItemObject, DiagnosticChain diagnostics, Map<Object, Object> context)