org.mule.devkit.model.studio
Class Booleantype

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

public class Booleantype
extends AttributeType

Java class for Booleantype complex type.

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

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


Field Summary
protected  Boolean defaultValue
           
protected  Boolean storeIndependently
           
 
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
Booleantype()
           
 
Method Summary
 Boolean getStoreIndependently()
           
 Boolean isDefaultValue()
          Gets the value of the defaultValue property.
 void setDefaultValue(Boolean value)
          Sets the value of the defaultValue property.
 void setStoreIndependently(Boolean storeIndependently)
           
 
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

defaultValue

protected Boolean defaultValue

storeIndependently

protected Boolean storeIndependently
Constructor Detail

Booleantype

public Booleantype()
Method Detail

isDefaultValue

public Boolean isDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is Boolean

setDefaultValue

public void setDefaultValue(Boolean value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is Boolean

getStoreIndependently

public Boolean getStoreIndependently()

setStoreIndependently

public void setStoreIndependently(Boolean storeIndependently)


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