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

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

public interface DataContractModel
extends ModelElement

A representation of the model object 'Data Contract Model'.

The following features are supported:

See Also:
DataContractDslPackage.getDataContractModel()

Method Summary
 org.eclipse.emf.common.util.EList<Dto> getDtos()
          Returns the value of the 'Dtos' containment reference list.
 org.eclipse.emf.common.util.EList<EnumerationDto> getEnumerations()
          Returns the value of the 'Enumerations' containment reference list.
 org.eclipse.emf.common.util.EList<ExternalReference> getExternalReferences()
          Returns the value of the 'External References' containment reference list.
 
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

getDtos

org.eclipse.emf.common.util.EList<Dto> getDtos()
Returns the value of the 'Dtos' containment reference list. The list contents are of type Dto. It is bidirectional and its opposite is 'Datacontract Model'.

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

Returns:
the value of the 'Dtos' containment reference list.
See Also:
DataContractDslPackage.getDataContractModel_Dtos(), Dto.getDatacontractModel()

getEnumerations

org.eclipse.emf.common.util.EList<EnumerationDto> getEnumerations()
Returns the value of the 'Enumerations' containment reference list. The list contents are of type EnumerationDto. It is bidirectional and its opposite is 'Datacontract Model'.

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

Returns:
the value of the 'Enumerations' containment reference list.
See Also:
DataContractDslPackage.getDataContractModel_Enumerations(), EnumerationDto.getDatacontractModel()

getExternalReferences

org.eclipse.emf.common.util.EList<ExternalReference> getExternalReferences()
Returns the value of the 'External References' containment reference list. The list contents are of type ExternalReference. It is bidirectional and its opposite is 'Datacontract Model'.

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

Returns:
the value of the 'External References' containment reference list.
See Also:
DataContractDslPackage.getDataContractModel_ExternalReferences(), ExternalReference.getDatacontractModel()


Copyright © 2009 Mod4j. All Rights Reserved.