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

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

public interface EnumerationDto
extends ModelElement

A representation of the model object 'Enumeration Dto'.

The following features are supported:

See Also:
DataContractDslPackage.getEnumerationDto()

Method Summary
 ExternalReference getBase()
          Returns the value of the 'Base' reference.
 DataContractModel getDatacontractModel()
          Returns the value of the 'Datacontract Model' container reference.
 org.eclipse.emf.common.util.EList<EnumerationDtoLiteral> getLiterals()
          Returns the value of the 'Literals' containment reference list.
 void setBase(ExternalReference value)
          Sets the value of the 'Base' reference.
 void setDatacontractModel(DataContractModel value)
          Sets the value of the 'Datacontract Model' container 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

getLiterals

org.eclipse.emf.common.util.EList<EnumerationDtoLiteral> getLiterals()
Returns the value of the 'Literals' containment reference list. The list contents are of type EnumerationDtoLiteral.

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

Returns:
the value of the 'Literals' containment reference list.
See Also:
DataContractDslPackage.getEnumerationDto_Literals()

getBase

ExternalReference getBase()
Returns the value of the 'Base' reference.

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

Returns:
the value of the 'Base' reference.
See Also:
setBase(ExternalReference), DataContractDslPackage.getEnumerationDto_Base()

setBase

void setBase(ExternalReference value)
Sets the value of the 'Base' reference.

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

getDatacontractModel

DataContractModel getDatacontractModel()
Returns the value of the 'Datacontract Model' container reference. It is bidirectional and its opposite is 'Enumerations'.

If the meaning of the 'Datacontract Model' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Datacontract Model' container reference.
See Also:
setDatacontractModel(DataContractModel), DataContractDslPackage.getEnumerationDto_DatacontractModel(), DataContractModel.getEnumerations()

setDatacontractModel

void setDatacontractModel(DataContractModel value)
Sets the value of the 'Datacontract Model' container reference.

Parameters:
value - the new value of the 'Datacontract Model' container reference.
See Also:
getDatacontractModel()


Copyright © 2009 Mod4j. All Rights Reserved.