|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mule.devkit.model.studio.ModeElementType
public class ModeElementType
Java class for ModeElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModeElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="modeId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="modeLabel" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
modeId
|
protected String |
modeLabel
|
| Constructor Summary | |
|---|---|
ModeElementType()
|
|
| Method Summary | |
|---|---|
String |
getModeId()
Gets the value of the modeId property. |
String |
getModeLabel()
Gets the value of the modeLabel property. |
void |
setModeId(String value)
Sets the value of the modeId property. |
void |
setModeLabel(String value)
Sets the value of the modeLabel property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String modeId
protected String modeLabel
| Constructor Detail |
|---|
public ModeElementType()
| Method Detail |
|---|
public String getModeId()
Stringpublic void setModeId(String value)
value - allowed object is
Stringpublic String getModeLabel()
Stringpublic void setModeLabel(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||