Uses of Class
org.plasma.xml.schema.FormChoice

Packages that use FormChoice
org.plasma.xml.schema PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
 

Uses of FormChoice in org.plasma.xml.schema
 

Fields in org.plasma.xml.schema declared as FormChoice
protected  FormChoice Schema.attributeFormDefault
           
protected  FormChoice Schema.elementFormDefault
           
protected  FormChoice Attribute.form
           
protected  FormChoice AbstractElement.form
           
 

Methods in org.plasma.xml.schema 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 Attribute.getForm()
          Gets the value of the form property.
 FormChoice AbstractElement.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 are declared.
 

Methods in org.plasma.xml.schema 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 Attribute.setForm(FormChoice value)
          Sets the value of the form property.
 void AbstractElement.setForm(FormChoice value)
          Sets the value of the form property.
 



Copyright © 2013. All Rights Reserved.