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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
alwaysCombo |
protected Boolean |
changesVisibility |
protected List<ModeElementType> |
mode |
protected NoOperationType |
noOperation |
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| Constructor and Description |
|---|
ModeType() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAlwaysCombo() |
List<ModeElementType> |
getMode()
Gets the value of the mode property.
|
NoOperationType |
getNoOperation() |
Boolean |
isChangesVisibility()
Gets the value of the changesVisibility property.
|
void |
setAlwaysCombo(Boolean alwaysCombo) |
void |
setChangesVisibility(Boolean value)
Sets the value of the changesVisibility property.
|
void |
setNoOperation(NoOperationType noOperation) |
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, setXsdTypeprotected NoOperationType noOperation
protected List<ModeElementType> mode
protected Boolean changesVisibility
protected Boolean alwaysCombo
public NoOperationType getNoOperation()
public void setNoOperation(NoOperationType noOperation)
public List<ModeElementType> getMode()
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
ModeElementTypepublic Boolean isChangesVisibility()
Booleanpublic void setChangesVisibility(Boolean value)
value - allowed object is
Booleanpublic Boolean getAlwaysCombo()
public void setAlwaysCombo(Boolean alwaysCombo)
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.