BusinessDomainDsl
Interface EnumerationLiteral

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

public interface EnumerationLiteral
extends ModelElement

A representation of the model object 'Enumeration Literal'.

The following features are supported:

See Also:
BusinessDomainDslPackage.getEnumerationLiteral()

Method Summary
 Enumeration getEnumeration()
          Returns the value of the 'Enumeration' container reference.
 int getPersistedValue()
          Returns the value of the 'Persisted Value' attribute.
 void setEnumeration(Enumeration value)
          Sets the value of the 'Enumeration' container reference.
 void setPersistedValue(int value)
          Sets the value of the 'Persisted Value' attribute.
 
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

getPersistedValue

int getPersistedValue()
Returns the value of the 'Persisted Value' attribute.

If the meaning of the 'Persisted Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Persisted Value' attribute.
See Also:
setPersistedValue(int), BusinessDomainDslPackage.getEnumerationLiteral_PersistedValue()

setPersistedValue

void setPersistedValue(int value)
Sets the value of the 'Persisted Value' attribute.

Parameters:
value - the new value of the 'Persisted Value' attribute.
See Also:
getPersistedValue()

getEnumeration

Enumeration getEnumeration()
Returns the value of the 'Enumeration' container reference. It is bidirectional and its opposite is 'Enumeration Literals'.

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

Returns:
the value of the 'Enumeration' container reference.
See Also:
setEnumeration(Enumeration), BusinessDomainDslPackage.getEnumerationLiteral_Enumeration(), Enumeration.getEnumerationLiterals()

setEnumeration

void setEnumeration(Enumeration value)
Sets the value of the 'Enumeration' container reference.

Parameters:
value - the new value of the 'Enumeration' container reference.
See Also:
getEnumeration()


Copyright © 2010 Mod4j. All Rights Reserved.