Uses of Enum Class
org.w3._2001.schema.FormChoice
Packages that use FormChoice
-
Uses of FormChoice in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type FormChoiceModifier and TypeFieldDescriptionstatic final List<FormChoice>
FormChoice.VALUES
A public read-only list of all the 'Form Choice' enumerators.Methods in org.w3._2001.schema that return FormChoiceModifier and TypeMethodDescriptionstatic FormChoice
FormChoice.get
(int value) Returns the 'Form Choice' literal with the specified integer value.static FormChoice
Returns the 'Form Choice' literal with the specified literal value.SchemaType.getAttributeFormDefault()
Returns the value of the 'Attribute Form Default' attribute.static FormChoice
Returns the 'Form Choice' literal with the specified name.SchemaType.getElementFormDefault()
Returns the value of the 'Element Form Default' attribute.Attribute.getForm()
Returns the value of the 'Form' attribute.Element.getForm()
Returns the value of the 'Form' attribute.static FormChoice
Returns the enum constant of this class with the specified name.static FormChoice[]
FormChoice.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 FormChoiceModifier and TypeMethodDescriptionvoid
SchemaType.setAttributeFormDefault
(FormChoice value) Sets the value of the 'Attribute Form Default
' attribute.void
SchemaType.setElementFormDefault
(FormChoice value) Sets the value of the 'Element Form Default
' attribute.void
Attribute.setForm
(FormChoice value) Sets the value of the 'Form
' attribute.void
Element.setForm
(FormChoice value) Sets the value of the 'Form
' attribute. -
Uses of FormChoice in org.w3._2001.schema.impl
Fields in org.w3._2001.schema.impl declared as FormChoiceModifier and TypeFieldDescriptionprotected static final FormChoice
SchemaTypeImpl.ATTRIBUTE_FORM_DEFAULT_EDEFAULT
The default value of the 'Attribute Form Default
' attribute.protected FormChoice
SchemaTypeImpl.attributeFormDefault
The cached value of the 'Attribute Form Default
' attribute.protected static final FormChoice
SchemaTypeImpl.ELEMENT_FORM_DEFAULT_EDEFAULT
The default value of the 'Element Form Default
' attribute.protected FormChoice
SchemaTypeImpl.elementFormDefault
The cached value of the 'Element Form Default
' attribute.protected FormChoice
AttributeImpl.form
The cached value of the 'Form
' attribute.protected FormChoice
ElementImpl.form
The cached value of the 'Form
' attribute.protected static final FormChoice
AttributeImpl.FORM_EDEFAULT
The default value of the 'Form
' attribute.protected static final FormChoice
ElementImpl.FORM_EDEFAULT
The default value of the 'Form
' attribute.Methods in org.w3._2001.schema.impl that return FormChoiceModifier and TypeMethodDescriptionSchemaFactoryImpl.createFormChoiceFromString
(EDataType eDataType, String initialValue) SchemaFactoryImpl.createFormChoiceObjectFromString
(EDataType eDataType, String initialValue) SchemaTypeImpl.getAttributeFormDefault()
SchemaTypeImpl.getElementFormDefault()
AttributeImpl.getForm()
ElementImpl.getForm()
Methods in org.w3._2001.schema.impl with parameters of type FormChoiceModifier and TypeMethodDescriptionvoid
SchemaTypeImpl.setAttributeFormDefault
(FormChoice newAttributeFormDefault) void
SchemaTypeImpl.setElementFormDefault
(FormChoice newElementFormDefault) void
AttributeImpl.setForm
(FormChoice newForm) void
ElementImpl.setForm
(FormChoice newForm) -
Uses of FormChoice in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type FormChoiceModifier and TypeMethodDescriptionboolean
SchemaValidator.validateFormChoice
(FormChoice formChoice, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
SchemaValidator.validateFormChoiceObject
(FormChoice formChoiceObject, DiagnosticChain diagnostics, Map<Object, Object> context)