org.mule.devkit.model.studio
Class ObjectListAttributeType

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

public class ObjectListAttributeType
extends CollectionAttributeType

Java class for ObjectListAttributeType complex type.


Field Summary
protected  String innerName
           
protected  String listName
           
 
Fields inherited from class org.mule.devkit.model.studio.CollectionAttributeType
defaultValue, itemName, localName, metaDataStaticKey
 
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
ObjectListAttributeType()
           
 
Method Summary
 String getInnerName()
           
 String getListName()
           
 void setInnerName(String innerName)
           
 void setListName(String listName)
           
 
Methods inherited from class org.mule.devkit.model.studio.CollectionAttributeType
getDefaultValue, getItemName, getLocalName, getMetaDataStaticKey, setDefaultValue, setItemName, setLocalName, setMetaDataStaticKey
 
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

listName

protected String listName

innerName

protected String innerName
Constructor Detail

ObjectListAttributeType

public ObjectListAttributeType()
Method Detail

getInnerName

public String getInnerName()

setInnerName

public void setInnerName(String innerName)

getListName

public String getListName()

setListName

public void setListName(String listName)


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