| Modifier and Type | Method and Description |
|---|---|
FormChoice |
DefaultSchemaImpl.getAttributeFormDefault() |
FormChoice |
DefaultSchemaImpl.getElementFormDefault() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSchemaImpl.setAttributeFormDefault(FormChoice form) |
void |
DefaultSchemaImpl.setElementFormDefault(FormChoice form) |
| Modifier and Type | Method and Description |
|---|---|
FormChoice |
AbsItfSchema.getAttributeFormDefault() |
FormChoice |
AbsItfSchema.getElementFormDefault() |
FormChoice |
AbsItfElement.getForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbsItfSchema.setAttributeFormDefault(FormChoice form) |
void |
AbsItfSchema.setElementFormDefault(FormChoice form) |
| Modifier and Type | Method and Description |
|---|---|
FormChoice |
DecoratorSchemaImpl.getAttributeFormDefault() |
FormChoice |
DecoratorSchemaImpl.getElementFormDefault() |
FormChoice |
DecoratorElementImpl.getForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecoratorSchemaImpl.setAttributeFormDefault(FormChoice form) |
void |
DecoratorSchemaImpl.setElementFormDefault(FormChoice form) |
| Modifier and Type | Method and Description |
|---|---|
FormChoice |
SchemaImpl.getAttributeFormDefault() |
FormChoice |
SchemaImpl.getElementFormDefault() |
FormChoice |
ElementImpl.getForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaImpl.setAttributeFormDefault(FormChoice form) |
void |
SchemaImpl.setElementFormDefault(FormChoice form) |
| Modifier and Type | Field and Description |
|---|---|
protected FormChoice |
Schema.attributeFormDefault |
protected FormChoice |
Schema.elementFormDefault |
protected FormChoice |
Attribute.form |
protected FormChoice |
Element.form |
| Modifier and Type | Method and Description |
|---|---|
static FormChoice |
FormChoice.fromValue(String v) |
FormChoice |
Schema.getAttributeFormDefault()
Obtient la valeur de la propriété attributeFormDefault.
|
FormChoice |
Schema.getElementFormDefault()
Obtient la valeur de la propriété elementFormDefault.
|
FormChoice |
Attribute.getForm()
Obtient la valeur de la propriété form.
|
FormChoice |
Element.getForm()
Obtient la valeur de la propriété form.
|
static FormChoice |
FormChoice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormChoice[] |
FormChoice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setAttributeFormDefault(FormChoice value)
Définit la valeur de la propriété attributeFormDefault.
|
void |
Schema.setElementFormDefault(FormChoice value)
Définit la valeur de la propriété elementFormDefault.
|
void |
Attribute.setForm(FormChoice value)
Définit la valeur de la propriété form.
|
void |
Element.setForm(FormChoice value)
Définit la valeur de la propriété form.
|
Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.