org.mule.devkit.model.studio
Class NestedElementReference

java.lang.Object
  extended by org.mule.devkit.model.studio.AttributeType
      extended by org.mule.devkit.model.studio.NestedElementReference

public class NestedElementReference
extends AttributeType

Java class for NestedElementReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NestedElementReference">
   <complexContent>
     <extension base="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType">
       <sequence>
       </sequence>
       <attribute name="inplace" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="allowMultiple" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="tableUI" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="treeUI" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="allowSubTypes" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="allowedSubTypes" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String allowedSubTypes
           
protected  Boolean allowMultiple
           
protected  Boolean allowSubTypes
           
protected  Boolean inplace
           
protected  Boolean tableUI
           
protected  Boolean treeUI
           
 
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
NestedElementReference()
           
 
Method Summary
 String getAllowedSubTypes()
          Gets the value of the allowedSubTypes property.
 Boolean isAllowMultiple()
          Gets the value of the allowMultiple property.
 Boolean isAllowSubTypes()
          Gets the value of the allowSubTypes property.
 Boolean isInplace()
          Gets the value of the inplace property.
 Boolean isTableUI()
          Gets the value of the tableUI property.
 Boolean isTreeUI()
          Gets the value of the treeUI property.
 void setAllowedSubTypes(String value)
          Sets the value of the allowedSubTypes property.
 void setAllowMultiple(Boolean value)
          Sets the value of the allowMultiple property.
 void setAllowSubTypes(Boolean value)
          Sets the value of the allowSubTypes property.
 void setInplace(Boolean value)
          Sets the value of the inplace property.
 void setTableUI(Boolean value)
          Sets the value of the tableUI property.
 void setTreeUI(Boolean value)
          Sets the value of the treeUI 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

inplace

protected Boolean inplace

allowMultiple

protected Boolean allowMultiple

tableUI

protected Boolean tableUI

treeUI

protected Boolean treeUI

allowSubTypes

protected Boolean allowSubTypes

allowedSubTypes

protected String allowedSubTypes
Constructor Detail

NestedElementReference

public NestedElementReference()
Method Detail

isInplace

public Boolean isInplace()
Gets the value of the inplace property.

Returns:
possible object is Boolean

setInplace

public void setInplace(Boolean value)
Sets the value of the inplace property.

Parameters:
value - allowed object is Boolean

isAllowMultiple

public Boolean isAllowMultiple()
Gets the value of the allowMultiple property.

Returns:
possible object is Boolean

setAllowMultiple

public void setAllowMultiple(Boolean value)
Sets the value of the allowMultiple property.

Parameters:
value - allowed object is Boolean

isTableUI

public Boolean isTableUI()
Gets the value of the tableUI property.

Returns:
possible object is Boolean

setTableUI

public void setTableUI(Boolean value)
Sets the value of the tableUI property.

Parameters:
value - allowed object is Boolean

isTreeUI

public Boolean isTreeUI()
Gets the value of the treeUI property.

Returns:
possible object is Boolean

setTreeUI

public void setTreeUI(Boolean value)
Sets the value of the treeUI property.

Parameters:
value - allowed object is Boolean

isAllowSubTypes

public Boolean isAllowSubTypes()
Gets the value of the allowSubTypes property.

Returns:
possible object is Boolean

setAllowSubTypes

public void setAllowSubTypes(Boolean value)
Sets the value of the allowSubTypes property.

Parameters:
value - allowed object is Boolean

getAllowedSubTypes

public String getAllowedSubTypes()
Gets the value of the allowedSubTypes property.

Returns:
possible object is String

setAllowedSubTypes

public void setAllowedSubTypes(String value)
Sets the value of the allowedSubTypes property.

Parameters:
value - allowed object is String


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.