Uses of Class
org.mule.devkit.model.schema.FormChoice

Uses of FormChoice in org.mule.devkit.model.schema
 

Fields in org.mule.devkit.model.schema declared as FormChoice
protected  FormChoice Schema.attributeFormDefault
           
protected  FormChoice Schema.elementFormDefault
           
protected  FormChoice Element.form
           
protected  FormChoice Attribute.form
           
 

Methods in org.mule.devkit.model.schema that return FormChoice
static FormChoice FormChoice.fromValue(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(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.mule.devkit.model.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 Element.setForm(FormChoice value)
          Sets the value of the form property.
 void Attribute.setForm(FormChoice value)
          Sets the value of the form property.
 



Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.