|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mule.devkit.model.studio.AttributeType
public class AttributeType
Java class for AttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="alternativeTo" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="updater" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="xsdType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="caption" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="supportsExpressions" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="visibleInDialog" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="alwaysFill" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="controlled" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="topAnchor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="versions" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="bottomAnchor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="valuePersistence" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="customValidator" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="mode" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}NewSimpleType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
alternativeTo
|
protected Boolean |
alwaysFill
|
protected String |
bottomAnchor
|
protected String |
caption
|
protected String |
controlled
|
protected String |
customValidator
|
protected String |
description
|
protected Boolean |
fillLine
|
protected Boolean |
hiddenForUser
|
protected Boolean |
indented
|
protected String |
javaType
|
protected String |
labelledWith
|
protected NewSimpleType |
modeType
|
protected String |
name
|
protected Boolean |
required
|
protected Boolean |
requiredForDataSense
|
protected Boolean |
singeLineForExpressions
|
protected Boolean |
supportsExpressions
|
protected String |
topAnchor
|
protected Boolean |
transientt
|
protected String |
updater
|
protected String |
valuePersistence
|
protected String |
versions
|
protected Boolean |
visibleInDialog
|
protected String |
xsdType
|
| Constructor Summary | |
|---|---|
AttributeType()
|
|
| Method Summary | |
|---|---|
String |
getAlternativeTo()
Gets the value of the alternativeTo property. |
String |
getBottomAnchor()
Gets the value of the bottomAnchor property. |
String |
getCaption()
Gets the value of the caption property. |
String |
getControlled()
Gets the value of the controlled property. |
String |
getCustomValidator()
Gets the value of the customValidator property. |
String |
getDescription()
Gets the value of the description property. |
Boolean |
getFillLine()
|
Boolean |
getIndented()
|
String |
getJavaType()
|
String |
getLabelledWith()
|
NewSimpleType |
getModeType()
Gets the value of the modeType property. |
String |
getName()
Gets the value of the name property. |
Boolean |
getRequiredForDataSense()
|
Boolean |
getSingeLineForExpressions()
|
String |
getTopAnchor()
Gets the value of the topAnchor property. |
String |
getUpdater()
Gets the value of the updater property. |
String |
getValuePersistence()
Gets the value of the valuePersistence property. |
String |
getVersions()
Gets the value of the versions property. |
String |
getXsdType()
Gets the value of the xsdType property. |
Boolean |
isAlwaysFill()
Gets the value of the alwaysFill property. |
Boolean |
isHiddenForUser()
|
Boolean |
isRequired()
Gets the value of the required property. |
Boolean |
isSupportsExpressions()
Gets the value of the supportsExpressions property. |
Boolean |
isTransientt()
|
Boolean |
isVisibleInDialog()
Gets the value of the visibleInDialog property. |
void |
setAlternativeTo(String value)
Sets the value of the alternativeTo property. |
void |
setAlwaysFill(Boolean value)
Sets the value of the alwaysFill property. |
void |
setBottomAnchor(String value)
Sets the value of the bottomAnchor property. |
void |
setCaption(String value)
Sets the value of the caption property. |
void |
setControlled(String value)
Sets the value of the controlled property. |
void |
setCustomValidator(String value)
Sets the value of the customValidator property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setFillLine(Boolean fillLine)
|
void |
setHiddenForUser(Boolean hiddenForUser)
|
void |
setIndented(Boolean indented)
|
void |
setJavaType(String javaType)
|
void |
setLabelledWith(String labelledWith)
|
void |
setModeType(NewSimpleType value)
Sets the value of the modeType property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setRequired(Boolean value)
Sets the value of the required property. |
void |
setRequiredForDataSense(Boolean requiredForDataSense)
|
void |
setSingeLineForExpressions(Boolean singeLineForExpressions)
|
void |
setSupportsExpressions(Boolean value)
Sets the value of the supportsExpressions property. |
void |
setTopAnchor(String value)
Sets the value of the topAnchor property. |
void |
setTransientt(Boolean transientt)
|
void |
setUpdater(String value)
Sets the value of the updater property. |
void |
setValuePersistence(String value)
Sets the value of the valuePersistence property. |
void |
setVersions(String value)
Sets the value of the versions property. |
void |
setVisibleInDialog(Boolean value)
Sets the value of the visibleInDialog property. |
void |
setXsdType(String value)
Sets the value of the xsdType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String alternativeTo
protected String updater
protected String xsdType
protected String caption
protected String description
protected Boolean supportsExpressions
protected Boolean visibleInDialog
protected Boolean required
protected Boolean alwaysFill
protected String controlled
protected String topAnchor
protected String versions
protected String bottomAnchor
protected String valuePersistence
protected String customValidator
protected NewSimpleType modeType
protected String javaType
protected String labelledWith
protected Boolean singeLineForExpressions
protected Boolean hiddenForUser
protected Boolean transientt
protected Boolean indented
protected Boolean fillLine
protected Boolean requiredForDataSense
| Constructor Detail |
|---|
public AttributeType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAlternativeTo()
Stringpublic void setAlternativeTo(String value)
value - allowed object is
Stringpublic String getUpdater()
Stringpublic void setUpdater(String value)
value - allowed object is
Stringpublic String getXsdType()
Stringpublic void setXsdType(String value)
value - allowed object is
Stringpublic String getCaption()
Stringpublic void setCaption(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isSupportsExpressions()
Booleanpublic void setSupportsExpressions(Boolean value)
value - allowed object is
Booleanpublic Boolean isVisibleInDialog()
Booleanpublic void setVisibleInDialog(Boolean value)
value - allowed object is
Booleanpublic Boolean isRequired()
Booleanpublic void setRequired(Boolean value)
value - allowed object is
Booleanpublic Boolean isAlwaysFill()
Booleanpublic void setAlwaysFill(Boolean value)
value - allowed object is
Booleanpublic String getControlled()
Stringpublic void setControlled(String value)
value - allowed object is
Stringpublic String getTopAnchor()
Stringpublic void setTopAnchor(String value)
value - allowed object is
Stringpublic String getVersions()
Stringpublic void setVersions(String value)
value - allowed object is
Stringpublic String getBottomAnchor()
Stringpublic void setBottomAnchor(String value)
value - allowed object is
Stringpublic String getValuePersistence()
Stringpublic void setValuePersistence(String value)
value - allowed object is
Stringpublic String getCustomValidator()
Stringpublic void setCustomValidator(String value)
value - allowed object is
Stringpublic NewSimpleType getModeType()
NewSimpleTypepublic void setModeType(NewSimpleType value)
value - allowed object is
NewSimpleTypepublic String getJavaType()
public void setJavaType(String javaType)
public String getLabelledWith()
public void setLabelledWith(String labelledWith)
public Boolean isHiddenForUser()
public void setHiddenForUser(Boolean hiddenForUser)
public Boolean isTransientt()
public void setTransientt(Boolean transientt)
public Boolean getSingeLineForExpressions()
public void setSingeLineForExpressions(Boolean singeLineForExpressions)
public Boolean getFillLine()
public void setFillLine(Boolean fillLine)
public Boolean getIndented()
public void setIndented(Boolean indented)
public Boolean getRequiredForDataSense()
public void setRequiredForDataSense(Boolean requiredForDataSense)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||