BusinessDomainDsl
Interface DecimalProperty

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier, Property
All Known Implementing Classes:
DecimalPropertyImpl

public interface DecimalProperty
extends Property

A representation of the model object 'Decimal Property'.

The following features are supported:

See Also:
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

getMinValue

float getMinValue()
Returns the value of the 'Min Value' attribute. The default value is "-2147483648".

If the meaning of the 'Min Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Min Value' attribute.
See Also:
setMinValue(float), BusinessDomainDslPackage.getDecimalProperty_MinValue()

setMinValue

void setMinValue(float value)
Sets the value of the 'Min Value' attribute.

Parameters:
value - the new value of the 'Min Value' attribute.
See Also:
getMinValue()

getMaxValue

float getMaxValue()
Returns the value of the 'Max Value' attribute. The default value is "-2147483648".

If the meaning of the 'Max Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Max Value' attribute.
See Also:
setMaxValue(float), BusinessDomainDslPackage.getDecimalProperty_MaxValue()

setMaxValue

void setMaxValue(float value)
Sets the value of the 'Max Value' attribute.

Parameters:
value - the new value of the 'Max Value' attribute.
See Also:
getMaxValue()

isMinInclusive

boolean isMinInclusive()
Returns the value of the 'Min Inclusive' attribute. The default value is "true".

If the meaning of the 'Min Inclusive' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Min Inclusive' attribute.
See Also:
setMinInclusive(boolean), BusinessDomainDslPackage.getDecimalProperty_MinInclusive()

setMinInclusive

void setMinInclusive(boolean value)
Sets the value of the 'Min Inclusive' attribute.

Parameters:
value - the new value of the 'Min Inclusive' attribute.
See Also:
isMinInclusive()

isMaxInclusive

boolean isMaxInclusive()
Returns the value of the 'Max Inclusive' attribute. The default value is "true".

If the meaning of the 'Max Inclusive' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Max Inclusive' attribute.
See Also:
setMaxInclusive(boolean), BusinessDomainDslPackage.getDecimalProperty_MaxInclusive()

setMaxInclusive

void setMaxInclusive(boolean value)
Sets the value of the 'Max Inclusive' attribute.

Parameters:
value - the new value of the 'Max Inclusive' attribute.
See Also:
isMaxInclusive()

getDefaultValue

float getDefaultValue()
Returns the value of the 'Default Value' attribute. The default value is "0".

If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Value' attribute.
See Also:
setDefaultValue(float), BusinessDomainDslPackage.getDecimalProperty_DefaultValue()

setDefaultValue

void setDefaultValue(float value)
Sets the value of the 'Default Value' attribute.

Parameters:
value - the new value of the 'Default Value' attribute.
See Also:
getDefaultValue()


Copyright © 2010 Mod4j. All Rights Reserved.