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.VALUESA public read-only list of all the 'Form Choice' enumerators.Methods in org.w3._2001.schema that return FormChoiceModifier and TypeMethodDescriptionstatic FormChoiceFormChoice.get(int value) Returns the 'Form Choice' literal with the specified integer value.static FormChoiceReturns the 'Form Choice' literal with the specified literal value.SchemaType.getAttributeFormDefault()Returns the value of the 'Attribute Form Default' attribute.static FormChoiceReturns 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 FormChoiceReturns 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 TypeMethodDescriptionvoidSchemaType.setAttributeFormDefault(FormChoice value) Sets the value of the 'Attribute Form Default' attribute.voidSchemaType.setElementFormDefault(FormChoice value) Sets the value of the 'Element Form Default' attribute.voidAttribute.setForm(FormChoice value) Sets the value of the 'Form' attribute.voidElement.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 FormChoiceSchemaTypeImpl.ATTRIBUTE_FORM_DEFAULT_EDEFAULTThe default value of the 'Attribute Form Default' attribute.protected FormChoiceSchemaTypeImpl.attributeFormDefaultThe cached value of the 'Attribute Form Default' attribute.protected static final FormChoiceSchemaTypeImpl.ELEMENT_FORM_DEFAULT_EDEFAULTThe default value of the 'Element Form Default' attribute.protected FormChoiceSchemaTypeImpl.elementFormDefaultThe cached value of the 'Element Form Default' attribute.protected FormChoiceAttributeImpl.formThe cached value of the 'Form' attribute.protected FormChoiceElementImpl.formThe cached value of the 'Form' attribute.protected static final FormChoiceAttributeImpl.FORM_EDEFAULTThe default value of the 'Form' attribute.protected static final FormChoiceElementImpl.FORM_EDEFAULTThe 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 TypeMethodDescriptionvoidSchemaTypeImpl.setAttributeFormDefault(FormChoice newAttributeFormDefault) voidSchemaTypeImpl.setElementFormDefault(FormChoice newElementFormDefault) voidAttributeImpl.setForm(FormChoice newForm) voidElementImpl.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 TypeMethodDescriptionbooleanSchemaValidator.validateFormChoice(FormChoice formChoice, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSchemaValidator.validateFormChoiceObject(FormChoice formChoiceObject, DiagnosticChain diagnostics, Map<Object, Object> context)