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

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

public interface BusinessClassAssociationRoleReference
extends ModelElement

A representation of the model object 'Business Class Association Role Reference'.

The following features are supported:

See Also:
DataContractDslPackage.getBusinessClassAssociationRoleReference()

Method Summary
 BusinessClassDto getDto()
          Returns the value of the 'Dto' container reference.
 Dto getDtoType()
          Returns the value of the 'Dto Type' reference.
 void setDto(BusinessClassDto value)
          Sets the value of the 'Dto' container reference.
 void setDtoType(Dto value)
          Sets the value of the 'Dto Type' 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 'Association 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.getBusinessClassAssociationRoleReference_Dto(), BusinessClassDto.getAssociationReferences()

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()

getDtoType

Dto getDtoType()
Returns the value of the 'Dto Type' reference.

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

Returns:
the value of the 'Dto Type' reference.
See Also:
setDtoType(Dto), DataContractDslPackage.getBusinessClassAssociationRoleReference_DtoType()

setDtoType

void setDtoType(Dto value)
Sets the value of the 'Dto Type' reference.

Parameters:
value - the new value of the 'Dto Type' reference.
See Also:
getDtoType()


Copyright © 2009 Mod4j. All Rights Reserved.