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

All Superinterfaces:
DtoProperty, org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DtoBooleanProperty, DtoDateTimeProperty, DtoDecimalProperty, DtoEnumerationProperty, DtoIntegerProperty, DtoStringProperty
All Known Implementing Classes:
DtoBooleanPropertyImpl, DtoDataPropertyImpl, DtoDateTimePropertyImpl, DtoDecimalPropertyImpl, DtoEnumerationPropertyImpl, DtoIntegerPropertyImpl, DtoStringPropertyImpl

public interface DtoDataProperty
extends DtoProperty

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

The following features are supported:

See Also:
DataContractDslPackage.getDtoDataProperty()

Method Summary
 boolean isHasDefault()
          Returns the value of the 'Has Default' attribute.
 void setHasDefault(boolean value)
          Sets the value of the 'Has Default' attribute.
 
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

isHasDefault

boolean isHasDefault()
Returns the value of the 'Has Default' attribute. The default value is "false".

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

Returns:
the value of the 'Has Default' attribute.
See Also:
setHasDefault(boolean), DataContractDslPackage.getDtoDataProperty_HasDefault()

setHasDefault

void setHasDefault(boolean value)
Sets the value of the 'Has Default' attribute.

Parameters:
value - the new value of the 'Has Default' attribute.
See Also:
isHasDefault()


Copyright © 2010 Mod4j. All Rights Reserved.