Uses of Enum Class
org.w3._2001.schema.UseType
Packages that use UseType
-
Uses of UseType in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type UseTypeModifier and TypeFieldDescriptionUseType.VALUESA public read-only list of all the 'Use Type' enumerators.Methods in org.w3._2001.schema that return UseTypeModifier and TypeMethodDescriptionstatic UseTypeUseType.get(int value) Returns the 'Use Type' literal with the specified integer value.static UseTypeReturns the 'Use Type' literal with the specified literal value.static UseTypeReturns the 'Use Type' literal with the specified name.Attribute.getUse()Returns the value of the 'Use' attribute.static UseTypeReturns the enum constant of this class with the specified name.static UseType[]UseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.w3._2001.schema with parameters of type UseType -
Uses of UseType in org.w3._2001.schema.impl
Fields in org.w3._2001.schema.impl declared as UseTypeModifier and TypeFieldDescriptionprotected UseTypeAttributeImpl.useThe cached value of the 'Use' attribute.protected static final UseTypeAttributeImpl.USE_EDEFAULTThe default value of the 'Use' attribute.Methods in org.w3._2001.schema.impl that return UseTypeModifier and TypeMethodDescriptionSchemaFactoryImpl.createUseTypeFromString(EDataType eDataType, String initialValue) SchemaFactoryImpl.createUseTypeObjectFromString(EDataType eDataType, String initialValue) AttributeImpl.getUse()Methods in org.w3._2001.schema.impl with parameters of type UseType -
Uses of UseType in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type UseTypeModifier and TypeMethodDescriptionbooleanSchemaValidator.validateUseType(UseType useType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSchemaValidator.validateUseTypeObject(UseType useTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)