BusinessDomainDsl
Interface Enumeration

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

public interface Enumeration
extends ModelElement

A representation of the model object 'Enumeration'.

The following features are supported:

See Also:
BusinessDomainDslPackage.getEnumeration()

Method Summary
 org.eclipse.emf.common.util.EList<EnumerationLiteral> getEnumerationLiterals()
          Returns the value of the 'Enumeration Literals' containment reference list.
 BusinessDomainModel getModel()
          Returns the value of the 'Model' container reference.
 void setModel(BusinessDomainModel value)
          Sets the value of the 'Model' container reference.
 
Methods inherited from interface BusinessDomainDsl.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

getEnumerationLiterals

org.eclipse.emf.common.util.EList<EnumerationLiteral> getEnumerationLiterals()
Returns the value of the 'Enumeration Literals' containment reference list. The list contents are of type EnumerationLiteral. It is bidirectional and its opposite is 'Enumeration'.

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

Returns:
the value of the 'Enumeration Literals' containment reference list.
See Also:
BusinessDomainDslPackage.getEnumeration_EnumerationLiterals(), EnumerationLiteral.getEnumeration()

getModel

BusinessDomainModel getModel()
Returns the value of the 'Model' container reference. It is bidirectional and its opposite is 'Enumerations'.

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

Returns:
the value of the 'Model' container reference.
See Also:
setModel(BusinessDomainModel), BusinessDomainDslPackage.getEnumeration_Model(), BusinessDomainModel.getEnumerations()

setModel

void setModel(BusinessDomainModel value)
Sets the value of the 'Model' container reference.

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


Copyright © 2010 Mod4j. All Rights Reserved.