Uses of Class
org.mule.devkit.model.studio.NewSimpleType

Uses of NewSimpleType in org.mule.devkit.model.studio
 

Fields in org.mule.devkit.model.studio declared as NewSimpleType
protected  NewSimpleType Group.mode
           
protected  NewSimpleType AttributeCategory.mode
           
protected  NewSimpleType AttributeType.modeType
           
 

Methods in org.mule.devkit.model.studio that return NewSimpleType
static NewSimpleType NewSimpleType.fromValue(String v)
           
 NewSimpleType Group.getMode()
          Gets the value of the mode property.
 NewSimpleType AttributeCategory.getMode()
          Gets the value of the mode property.
 NewSimpleType AttributeType.getModeType()
          Gets the value of the modeType property.
static NewSimpleType NewSimpleType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NewSimpleType[] NewSimpleType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mule.devkit.model.studio with parameters of type NewSimpleType
 void Group.setMode(NewSimpleType value)
          Sets the value of the mode property.
 void AttributeCategory.setMode(NewSimpleType value)
          Sets the value of the mode property.
 void AttributeType.setModeType(NewSimpleType value)
          Sets the value of the modeType property.
 



Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.