org.mule.devkit.model.studio
Class ModeType
java.lang.Object
org.mule.devkit.model.studio.AttributeType
org.mule.devkit.model.studio.ModeType
public class ModeType
- extends AttributeType
Java class for ModeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModeType">
<complexContent>
<extension base="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType">
<sequence maxOccurs="unbounded">
<element name="mode" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}ModeElementType"/>
</sequence>
<attribute name="changesVisibility" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Fields inherited from class org.mule.devkit.model.studio.AttributeType |
alternativeTo, alwaysFill, bottomAnchor, caption, controlled, customValidator, description, fillLine, hiddenForUser, indented, javaType, labelledWith, modeType, name, required, requiredForDataSense, singeLineForExpressions, supportsExpressions, topAnchor, transientt, updater, valuePersistence, versions, visibleInDialog, xsdType |
| Methods inherited from class org.mule.devkit.model.studio.AttributeType |
getAlternativeTo, getBottomAnchor, getCaption, getControlled, getCustomValidator, getDescription, getFillLine, getIndented, getJavaType, getLabelledWith, getModeType, getName, getRequiredForDataSense, getSingeLineForExpressions, getTopAnchor, getUpdater, getValuePersistence, getVersions, getXsdType, isAlwaysFill, isHiddenForUser, isRequired, isSupportsExpressions, isTransientt, isVisibleInDialog, setAlternativeTo, setAlwaysFill, setBottomAnchor, setCaption, setControlled, setCustomValidator, setDescription, setFillLine, setHiddenForUser, setIndented, setJavaType, setLabelledWith, setModeType, setName, setRequired, setRequiredForDataSense, setSingeLineForExpressions, setSupportsExpressions, setTopAnchor, setTransientt, setUpdater, setValuePersistence, setVersions, setVisibleInDialog, setXsdType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mode
protected List<ModeElementType> mode
changesVisibility
protected Boolean changesVisibility
alwaysCombo
protected Boolean alwaysCombo
ModeType
public ModeType()
getMode
public List<ModeElementType> getMode()
- Gets the value of the mode property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a
set method for the mode property.
For example, to add a new item, do as follows:
getMode().add(newItem);
Objects of the following type(s) are allowed in the list
ModeElementType
isChangesVisibility
public Boolean isChangesVisibility()
- Gets the value of the changesVisibility property.
- Returns:
- possible object is
Boolean
setChangesVisibility
public void setChangesVisibility(Boolean value)
- Sets the value of the changesVisibility property.
- Parameters:
value - allowed object is
Boolean
getAlwaysCombo
public Boolean getAlwaysCombo()
setAlwaysCombo
public void setAlwaysCombo(Boolean alwaysCombo)
Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.