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

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

public interface ListDto
extends Dto

A representation of the model object 'List Dto'.

The following features are supported:

See Also:
DataContractDslPackage.getListDto()

Method Summary
 Dto getBaseDto()
          Returns the value of the 'Base Dto' reference.
 org.eclipse.emf.common.util.EList<DtoPropertyReference> getSelectedProperties()
          Returns the value of the 'Selected Properties' containment reference list.
 void setBaseDto(Dto value)
          Sets the value of the 'Base Dto' reference.
 
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

getBaseDto

Dto getBaseDto()
Returns the value of the 'Base Dto' reference.

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

Returns:
the value of the 'Base Dto' reference.
See Also:
setBaseDto(Dto), DataContractDslPackage.getListDto_BaseDto()

setBaseDto

void setBaseDto(Dto value)
Sets the value of the 'Base Dto' reference.

Parameters:
value - the new value of the 'Base Dto' reference.
See Also:
getBaseDto()

getSelectedProperties

org.eclipse.emf.common.util.EList<DtoPropertyReference> getSelectedProperties()
Returns the value of the 'Selected Properties' containment reference list. The list contents are of type DtoPropertyReference.

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

Returns:
the value of the 'Selected Properties' containment reference list.
See Also:
DataContractDslPackage.getListDto_SelectedProperties()


Copyright © 2009 Mod4j. All Rights Reserved.