|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DecimalProperty
A representation of the model object 'Decimal Property'.
The following features are supported:
BusinessDomainDslPackage.getDecimalProperty()| Method Summary | |
|---|---|
float |
getDefaultValue()
Returns the value of the 'Default Value' attribute. |
float |
getMaxValue()
Returns the value of the 'Max Value' attribute. |
float |
getMinValue()
Returns the value of the 'Min Value' attribute. |
boolean |
isMaxInclusive()
Returns the value of the 'Max Inclusive' attribute. |
boolean |
isMinInclusive()
Returns the value of the 'Min Inclusive' attribute. |
void |
setDefaultValue(float value)
Sets the value of the ' Default Value' attribute. |
void |
setMaxInclusive(boolean value)
Sets the value of the ' Max Inclusive' attribute. |
void |
setMaxValue(float value)
Sets the value of the ' Max Value' attribute. |
void |
setMinInclusive(boolean value)
Sets the value of the ' Min Inclusive' attribute. |
void |
setMinValue(float 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 |
|---|
float getMinValue()
"-2147483648".
If the meaning of the 'Min Value' attribute isn't clear, there really should be more of a description here...
setMinValue(float),
BusinessDomainDslPackage.getDecimalProperty_MinValue()void setMinValue(float value)
Min Value' attribute.
value - the new value of the 'Min Value' attribute.getMinValue()float getMaxValue()
"-2147483648".
If the meaning of the 'Max Value' attribute isn't clear, there really should be more of a description here...
setMaxValue(float),
BusinessDomainDslPackage.getDecimalProperty_MaxValue()void setMaxValue(float value)
Max Value' attribute.
value - the new value of the 'Max Value' attribute.getMaxValue()boolean isMinInclusive()
"true".
If the meaning of the 'Min Inclusive' attribute isn't clear, there really should be more of a description here...
setMinInclusive(boolean),
BusinessDomainDslPackage.getDecimalProperty_MinInclusive()void setMinInclusive(boolean value)
Min Inclusive' attribute.
value - the new value of the 'Min Inclusive' attribute.isMinInclusive()boolean isMaxInclusive()
"true".
If the meaning of the 'Max Inclusive' attribute isn't clear, there really should be more of a description here...
setMaxInclusive(boolean),
BusinessDomainDslPackage.getDecimalProperty_MaxInclusive()void setMaxInclusive(boolean value)
Max Inclusive' attribute.
value - the new value of the 'Max Inclusive' attribute.isMaxInclusive()float getDefaultValue()
"0".
If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...
setDefaultValue(float),
BusinessDomainDslPackage.getDecimalProperty_DefaultValue()void setDefaultValue(float 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 | |||||||||