|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntegerProperty
A representation of the model object 'Integer Property'.
The following features are supported:
BusinessDomainDslPackage.getIntegerProperty()| Method Summary | |
|---|---|
int |
getDefaultValue()
Returns the value of the 'Default Value' attribute. |
int |
getMaxValue()
Returns the value of the 'Max Value' attribute. |
int |
getMinValue()
Returns the value of the 'Min Value' attribute. |
void |
setDefaultValue(int value)
Sets the value of the ' Default Value' attribute. |
void |
setMaxValue(int value)
Sets the value of the ' Max Value' attribute. |
void |
setMinValue(int value)
Sets the value of the ' Min Value' attribute. |
| Methods inherited from interface BusinessDomainDsl.Property |
|---|
getDataType, getOwningType, getPersistency, isDerived, isHasDefault, isNullable, isWritable, setDataType, setDerived, setHasDefault, setNullable, setOwningType, setPersistency, setWritable |
| Methods inherited from interface BusinessDomainDsl.ModelElement |
|---|
getDescription, getName, setDescription, setName |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
int getMinValue()
"-2147483648".
If the meaning of the 'Min Value' attribute isn't clear, there really should be more of a description here...
setMinValue(int),
BusinessDomainDslPackage.getIntegerProperty_MinValue()void setMinValue(int value)
Min Value' attribute.
value - the new value of the 'Min Value' attribute.getMinValue()int getMaxValue()
"2147483647".
If the meaning of the 'Max Value' attribute isn't clear, there really should be more of a description here...
setMaxValue(int),
BusinessDomainDslPackage.getIntegerProperty_MaxValue()void setMaxValue(int value)
Max Value' attribute.
value - the new value of the 'Max Value' attribute.getMaxValue()int getDefaultValue()
If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...
setDefaultValue(int),
BusinessDomainDslPackage.getIntegerProperty_DefaultValue()void setDefaultValue(int value)
Default Value' attribute.
value - the new value of the 'Default Value' attribute.getDefaultValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||