| Package | Description |
|---|---|
| org.mule.devkit.model.studio |
(c) 2003-2015 MuleSoft, Inc.
|
| Modifier and Type | Field and Description |
|---|---|
protected NewSimpleType |
Group.mode |
protected NewSimpleType |
AttributeCategory.mode |
protected NewSimpleType |
AttributeType.modeType |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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–2015 MuleSoft, Inc.. All rights reserved.