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

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

public interface CustomDto
extends Dto

A representation of the model object 'Custom Dto'.

The following features are supported:

See Also:
DataContractDslPackage.getCustomDto()

Method Summary
 org.eclipse.emf.common.util.EList<DtoProperty> getProperties()
          Returns the value of the 'Properties' containment reference list.
 
Methods inherited from interface org.mod4j.dsl.datacontract.mm.DataContractDsl.Dto
getDatacontractModel, setDatacontractModel
 
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

getProperties

org.eclipse.emf.common.util.EList<DtoProperty> getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type DtoProperty. It is bidirectional and its opposite is 'Custom Dto'.

If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Properties' containment reference list.
See Also:
DataContractDslPackage.getCustomDto_Properties(), DtoProperty.getCustomDto()


Copyright © 2009 Mod4j. All Rights Reserved.