org.mule.devkit.model.studio
Class ExpressionAttributeType

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

public class ExpressionAttributeType
extends AttributeType

Java class for ExpressionAttributeType complex type.

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

 <complexType name="ExpressionAttributeType">
   <complexContent>
     <extension base="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType">
       <attribute name="evaluatorControl" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String evaluatorControl
           
 
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
ExpressionAttributeType()
           
 
Method Summary
 String getEvaluatorControl()
          Gets the value of the evaluatorControl property.
 void setEvaluatorControl(String value)
          Sets the value of the evaluatorControl property.
 
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

evaluatorControl

protected String evaluatorControl
Constructor Detail

ExpressionAttributeType

public ExpressionAttributeType()
Method Detail

getEvaluatorControl

public String getEvaluatorControl()
Gets the value of the evaluatorControl property.

Returns:
possible object is String

setEvaluatorControl

public void setEvaluatorControl(String value)
Sets the value of the evaluatorControl property.

Parameters:
value - allowed object is String


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