org.mod4j.dsl.datacontract.mm.DataContractDsl
Interface DtoDecimalProperty

All Superinterfaces:
DtoDataProperty, DtoProperty, org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DtoDecimalPropertyImpl

public interface DtoDecimalProperty
extends DtoDataProperty

A representation of the model object 'Dto Decimal Property'.

The following features are supported:

See Also:
DataContractDslPackage.getDtoDecimalProperty()

Method Summary
 java.math.BigDecimal getDefaultValue()
          Returns the value of the 'Default Value' attribute.
 void setDefaultValue(java.math.BigDecimal value)
          Sets the value of the 'Default Value' attribute.
 
Methods inherited from interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoDataProperty
isHasDefault, setHasDefault
 
Methods inherited from interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
getBusinessClassDto, getCustomDto, getDataType, isMandatoryForCreation, isNullable, isWritable, setBusinessClassDto, setCustomDto, setDataType, setMandatoryForCreation, setNullable, setWritable
 
Methods inherited from interface org.mod4j.dsl.datacontract.mm.DataContractDsl.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

getDefaultValue

java.math.BigDecimal 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(BigDecimal), DataContractDslPackage.getDtoDecimalProperty_DefaultValue()

setDefaultValue

void setDefaultValue(java.math.BigDecimal 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.