|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormChoice | |
---|---|
org.ow2.easywsdl.schema | |
org.ow2.easywsdl.schema.api.absItf | |
org.ow2.easywsdl.schema.decorator | |
org.ow2.easywsdl.schema.impl | |
org.ow2.easywsdl.schema.org.w3._2001.xmlschema |
Uses of FormChoice in org.ow2.easywsdl.schema |
---|
Methods in org.ow2.easywsdl.schema that return FormChoice | |
---|---|
FormChoice |
DefaultSchemaImpl.getAttributeFormDefault()
|
FormChoice |
DefaultSchemaImpl.getElementFormDefault()
|
Methods in org.ow2.easywsdl.schema with parameters of type FormChoice | |
---|---|
void |
DefaultSchemaImpl.setAttributeFormDefault(FormChoice form)
|
void |
DefaultSchemaImpl.setElementFormDefault(FormChoice form)
|
Uses of FormChoice in org.ow2.easywsdl.schema.api.absItf |
---|
Methods in org.ow2.easywsdl.schema.api.absItf that return FormChoice | |
---|---|
FormChoice |
AbsItfSchema.getAttributeFormDefault()
|
FormChoice |
AbsItfSchema.getElementFormDefault()
|
FormChoice |
AbsItfElement.getForm()
|
Methods in org.ow2.easywsdl.schema.api.absItf with parameters of type FormChoice | |
---|---|
void |
AbsItfSchema.setAttributeFormDefault(FormChoice form)
|
void |
AbsItfSchema.setElementFormDefault(FormChoice form)
|
Uses of FormChoice in org.ow2.easywsdl.schema.decorator |
---|
Methods in org.ow2.easywsdl.schema.decorator that return FormChoice | |
---|---|
FormChoice |
DecoratorSchemaImpl.getAttributeFormDefault()
|
FormChoice |
DecoratorSchemaImpl.getElementFormDefault()
|
FormChoice |
DecoratorElementImpl.getForm()
|
Methods in org.ow2.easywsdl.schema.decorator with parameters of type FormChoice | |
---|---|
void |
DecoratorSchemaImpl.setAttributeFormDefault(FormChoice form)
|
void |
DecoratorSchemaImpl.setElementFormDefault(FormChoice form)
|
Uses of FormChoice in org.ow2.easywsdl.schema.impl |
---|
Methods in org.ow2.easywsdl.schema.impl that return FormChoice | |
---|---|
FormChoice |
SchemaImpl.getAttributeFormDefault()
|
FormChoice |
SchemaImpl.getElementFormDefault()
|
FormChoice |
ElementImpl.getForm()
|
Methods in org.ow2.easywsdl.schema.impl with parameters of type FormChoice | |
---|---|
void |
SchemaImpl.setAttributeFormDefault(FormChoice form)
|
void |
SchemaImpl.setElementFormDefault(FormChoice form)
|
Uses of FormChoice in org.ow2.easywsdl.schema.org.w3._2001.xmlschema |
---|
Fields in org.ow2.easywsdl.schema.org.w3._2001.xmlschema declared as FormChoice | |
---|---|
protected FormChoice |
Schema.attributeFormDefault
|
protected FormChoice |
Schema.elementFormDefault
|
protected FormChoice |
Element.form
|
protected FormChoice |
Attribute.form
|
Methods in org.ow2.easywsdl.schema.org.w3._2001.xmlschema that return FormChoice | |
---|---|
static FormChoice |
FormChoice.fromValue(java.lang.String v)
|
FormChoice |
Schema.getAttributeFormDefault()
Gets the value of the attributeFormDefault property. |
FormChoice |
Schema.getElementFormDefault()
Gets the value of the elementFormDefault property. |
FormChoice |
Element.getForm()
Gets the value of the form property. |
FormChoice |
Attribute.getForm()
Gets the value of the form property. |
static FormChoice |
FormChoice.valueOf(java.lang.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're declared. |
Methods in org.ow2.easywsdl.schema.org.w3._2001.xmlschema with parameters of type FormChoice | |
---|---|
void |
Schema.setAttributeFormDefault(FormChoice value)
Sets the value of the attributeFormDefault property. |
void |
Schema.setElementFormDefault(FormChoice value)
Sets the value of the elementFormDefault property. |
void |
Element.setForm(FormChoice value)
Sets the value of the form property. |
void |
Attribute.setForm(FormChoice value)
Sets the value of the form property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |