net.sourceforge.nrl.parser.model
Interface IEnumerationLiteral

All Superinterfaces:
IClassifier, IDataType, IModelElement

public interface IEnumerationLiteral
extends IDataType

A specialised data type that represents all enumeration literals. An enumeration literal in the NRL model is a simple static attribute of a classifier that has this type assigned.

Author:
Christian Nentwich

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sourceforge.nrl.parser.model.IModelElement
IModelElement.ElementType
 
Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.model.IModelElement
OBJECT
 
Method Summary
 
Methods inherited from interface net.sourceforge.nrl.parser.model.IDataType
isBuiltIn
 
Methods inherited from interface net.sourceforge.nrl.parser.model.IClassifier
getAttributeByName, getAttributes, hasAttribute, hasStaticAttributes, isEnumeration
 
Methods inherited from interface net.sourceforge.nrl.parser.model.IModelElement
getContainingPackage, getDescendants, getDocumentation, getElementType, getName, getOriginalName, getParent, getQualifiedName, getUserData, isAssignableFrom, isSupplementary, setUserData
 



Copyright © 2006-2013. All Rights Reserved.