org.mule.devkit.model.studio
Class CollectionAttributeType

java.lang.Object
  extended by org.mule.devkit.model.studio.AttributeType
      extended by org.mule.devkit.model.studio.CollectionAttributeType
Direct Known Subclasses:
ListOfMapAttributeType, ObjectListAttributeType, StringListAttributeType, StringMapAttributeType

public class CollectionAttributeType
extends AttributeType


Field Summary
protected  String defaultValue
           
protected  String itemName
           
protected  String localName
           
 
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
CollectionAttributeType()
           
 
Method Summary
 String getDefaultValue()
           
 String getItemName()
           
 String getLocalName()
           
 void setDefaultValue(String defaultValue)
           
 void setItemName(String itemName)
           
 void setLocalName(String localName)
           
 
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

localName

protected String localName

itemName

protected String itemName

defaultValue

protected String defaultValue
Constructor Detail

CollectionAttributeType

public CollectionAttributeType()
Method Detail

getItemName

public String getItemName()

setItemName

public void setItemName(String itemName)

getLocalName

public String getLocalName()

setLocalName

public void setLocalName(String localName)

getDefaultValue

public String getDefaultValue()

setDefaultValue

public void setDefaultValue(String defaultValue)


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