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

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

public interface DtoPropertyReference
extends DtoProperty

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

The following features are supported:

See Also:
DataContractDslPackage.getDtoPropertyReference()

Method Summary
 DtoProperty getReferredProperty()
          Returns the value of the 'Referred Property' reference.
 void setReferredProperty(DtoProperty value)
          Sets the value of the 'Referred Property' reference.
 
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

getReferredProperty

DtoProperty getReferredProperty()
Returns the value of the 'Referred Property' reference.

If the meaning of the 'Referred Property' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Referred Property' reference.
See Also:
setReferredProperty(DtoProperty), DataContractDslPackage.getDtoPropertyReference_ReferredProperty()

setReferredProperty

void setReferredProperty(DtoProperty value)
Sets the value of the 'Referred Property' reference.

Parameters:
value - the new value of the 'Referred Property' reference.
See Also:
getReferredProperty()


Copyright © 2009 Mod4j. All Rights Reserved.