BusinessDomainDsl
Interface IntegerProperty

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

public interface IntegerProperty
extends Property

A representation of the model object 'Integer Property'.

The following features are supported:

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

getMinValue

int 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(int), BusinessDomainDslPackage.getIntegerProperty_MinValue()

setMinValue

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

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

getMaxValue

int getMaxValue()
Returns the value of the 'Max Value' attribute. The default value is "2147483647".

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(int), BusinessDomainDslPackage.getIntegerProperty_MaxValue()

setMaxValue

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

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

getDefaultValue

int getDefaultValue()
Returns the value of the 'Default Value' attribute.

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(int), BusinessDomainDslPackage.getIntegerProperty_DefaultValue()

setDefaultValue

void setDefaultValue(int 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.