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

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

public interface DtoAssociationRoleProperty
extends DtoProperty

A representation of the model object 'Dto Association Role Property'.

The following features are supported:

See Also:
DataContractDslPackage.getDtoAssociationRoleProperty()

Method Summary
 Dto getDtoType()
          Returns the value of the 'Dto Type' reference.
 boolean isOrdered()
          Returns the value of the 'Ordered' attribute.
 void setDtoType(Dto value)
          Sets the value of the 'Dto Type' reference.
 void setOrdered(boolean value)
          Sets the value of the 'Ordered' 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

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

isOrdered

boolean isOrdered()
Returns the value of the 'Ordered' attribute. The default value is "false".

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

Returns:
the value of the 'Ordered' attribute.
See Also:
setOrdered(boolean), DataContractDslPackage.getDtoAssociationRoleProperty_Ordered()

setOrdered

void setOrdered(boolean value)
Sets the value of the 'Ordered' attribute.

Parameters:
value - the new value of the 'Ordered' attribute.
See Also:
isOrdered()


Copyright © 2009 Mod4j. All Rights Reserved.