public class IntegerType extends AttributeType
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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
defaultValue |
protected Integer |
max |
protected int |
min |
protected int |
step |
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 and Description |
|---|
IntegerType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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, setXsdTypeprotected Integer defaultValue
protected int min
protected Integer max
protected int step
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)
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.