|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mule.devkit.model.studio.AttributeType
org.mule.devkit.model.studio.NestedElementReference
public class NestedElementReference
Java class for NestedElementReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NestedElementReference">
<complexContent>
<extension base="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType">
<sequence>
</sequence>
<attribute name="inplace" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="allowMultiple" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="tableUI" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="treeUI" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="allowSubTypes" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="allowedSubTypes" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
allowedSubTypes
|
protected Boolean |
allowMultiple
|
protected Boolean |
allowSubTypes
|
protected String |
defaultValue
|
protected Boolean |
inplace
|
protected Boolean |
tableUI
|
protected Boolean |
treeUI
|
| 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 | |
|---|---|
NestedElementReference()
|
|
| Method Summary | |
|---|---|
String |
getAllowedSubTypes()
Gets the value of the allowedSubTypes property. |
String |
getDefaultValue()
Gets the value of the defaultValue property. |
Boolean |
isAllowMultiple()
Gets the value of the allowMultiple property. |
Boolean |
isAllowSubTypes()
Gets the value of the allowSubTypes property. |
Boolean |
isInplace()
Gets the value of the inplace property. |
Boolean |
isTableUI()
Gets the value of the tableUI property. |
Boolean |
isTreeUI()
Gets the value of the treeUI property. |
void |
setAllowedSubTypes(String value)
Sets the value of the allowedSubTypes property. |
void |
setAllowMultiple(Boolean value)
Sets the value of the allowMultiple property. |
void |
setAllowSubTypes(Boolean value)
Sets the value of the allowSubTypes property. |
void |
setDefaultValue(String defaultValue)
Sets the value of the defaultValue property. |
void |
setInplace(Boolean value)
Sets the value of the inplace property. |
void |
setTableUI(Boolean value)
Sets the value of the tableUI property. |
void |
setTreeUI(Boolean value)
Sets the value of the treeUI property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean inplace
protected Boolean allowMultiple
protected Boolean tableUI
protected Boolean treeUI
protected Boolean allowSubTypes
protected String allowedSubTypes
protected String defaultValue
| Constructor Detail |
|---|
public NestedElementReference()
| Method Detail |
|---|
public Boolean isInplace()
Booleanpublic void setInplace(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowMultiple()
Booleanpublic void setAllowMultiple(Boolean value)
value - allowed object is
Booleanpublic Boolean isTableUI()
Booleanpublic void setTableUI(Boolean value)
value - allowed object is
Booleanpublic Boolean isTreeUI()
Booleanpublic void setTreeUI(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowSubTypes()
Booleanpublic void setAllowSubTypes(Boolean value)
value - allowed object is
Booleanpublic String getAllowedSubTypes()
Stringpublic void setAllowedSubTypes(String value)
value - allowed object is
Stringpublic String getDefaultValue()
Stringpublic void setDefaultValue(String defaultValue)
defaultValue - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||