|
|||||||||
| 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.IntegerType
public class IntegerType
Java class for IntegerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntegerType">
<complexContent>
<extension base="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType">
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="min" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="step" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
defaultValue
|
protected Integer |
max
|
protected int |
min
|
protected int |
step
|
| 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 | |
|---|---|
IntegerType()
|
|
| Method Summary | |
|---|---|
Integer |
getDefaultValue()
Gets the value of the defaultValue property. |
Integer |
getMax()
Gets the value of the max property. |
int |
getMin()
Gets the value of the min property. |
int |
getStep()
Gets the value of the step property. |
void |
setDefaultValue(Integer value)
Sets the value of the defaultValue property. |
void |
setMax(Integer value)
Sets the value of the max property. |
void |
setMin(int value)
Sets the value of the min property. |
void |
setStep(int value)
Sets the value of the step property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Integer defaultValue
protected int min
protected Integer max
protected int step
| Constructor Detail |
|---|
public IntegerType()
| Method Detail |
|---|
public Integer getDefaultValue()
Integerpublic void setDefaultValue(Integer value)
value - allowed object is
Integerpublic int getMin()
public void setMin(int value)
public Integer getMax()
Integerpublic void setMax(Integer value)
value - allowed object is
Integerpublic int getStep()
public void setStep(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||