org.mule.devkit.model.studio
Class ModeType

java.lang.Object
  extended by org.mule.devkit.model.studio.AttributeType
      extended by 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>
 


Field Summary
protected  Boolean alwaysCombo
           
protected  Boolean changesVisibility
           
protected  List<ModeElementType> mode
           
 
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, singeLineForExpressions, supportsExpressions, topAnchor, transientt, updater, valuePersistence, versions, visibleInDialog, xsdType
 
Constructor Summary
ModeType()
           
 
Method Summary
 Boolean getAlwaysCombo()
           
 List<ModeElementType> getMode()
          Gets the value of the mode property.
 Boolean isChangesVisibility()
          Gets the value of the changesVisibility property.
 void setAlwaysCombo(Boolean alwaysCombo)
           
 void setChangesVisibility(Boolean value)
          Sets the value of the changesVisibility property.
 
Methods inherited from class org.mule.devkit.model.studio.AttributeType
getAlternativeTo, getBottomAnchor, getCaption, getControlled, getCustomValidator, getDescription, getFillLine, getIndented, getJavaType, getLabelledWith, getModeType, getName, 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, 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
 

Field Detail

mode

protected List<ModeElementType> mode

changesVisibility

protected Boolean changesVisibility

alwaysCombo

protected Boolean alwaysCombo
Constructor Detail

ModeType

public ModeType()
Method Detail

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–2013 MuleSoft, Inc.. All rights reserved.