org.mule.devkit.model.studio
Class StringListAttributeType

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.StringListAttributeType

public class StringListAttributeType
extends CollectionAttributeType

Java class for ObjectListAttributeType complex type.


Field Summary
protected  String listName
           
protected  String ref1
           
protected  String ref2
           
 
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, requiredForDataSense, singeLineForExpressions, supportsExpressions, topAnchor, transientt, updater, valuePersistence, versions, visibleInDialog, xsdType
 
Constructor Summary
StringListAttributeType()
           
 
Method Summary
 String getListName()
           
 String getRef1()
           
 String getRef2()
           
 void setListName(String listName)
           
 void setRef1(String ref1)
           
 void setRef2(String ref2)
           
 
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, 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, 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

ref1

protected String ref1

ref2

protected String ref2
Constructor Detail

StringListAttributeType

public StringListAttributeType()
Method Detail

getListName

public String getListName()

setListName

public void setListName(String listName)

getRef1

public String getRef1()

setRef1

public void setRef1(String ref1)

getRef2

public String getRef2()

setRef2

public void setRef2(String ref2)


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