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

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

public interface BusinessClassPropertyReference
extends ModelElement

A representation of the model object 'Business Class Property Reference'.

The following features are supported:

See Also:
DataContractDslPackage.getBusinessClassPropertyReference()

Method Summary
 BusinessClassDto getDto()
          Returns the value of the 'Dto' container reference.
 void setDto(BusinessClassDto value)
          Sets the value of the 'Dto' container reference.
 
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

getDto

BusinessClassDto getDto()
Returns the value of the 'Dto' container reference. It is bidirectional and its opposite is 'Property References'.

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

Returns:
the value of the 'Dto' container reference.
See Also:
setDto(BusinessClassDto), DataContractDslPackage.getBusinessClassPropertyReference_Dto(), BusinessClassDto.getPropertyReferences()

setDto

void setDto(BusinessClassDto value)
Sets the value of the 'Dto' container reference.

Parameters:
value - the new value of the 'Dto' container reference.
See Also:
getDto()


Copyright © 2009 Mod4j. All Rights Reserved.