uk.ac.ucl.cs.emofocl.emofcs.jmi.emofcs
Interface EnumerationLiteralCS

All Superinterfaces:
ExtObject, NamedElementCS, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Implementing Classes:
EnumerationLiteralCS_Impl

public interface EnumerationLiteralCS
extends NamedElementCS


Method Summary
 String getComment()
           
 EnumerationCS getEnumeration()
           
 void setComment(String comment)
           
 void setEnumeration(EnumerationCS enumeration)
           
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.emofcs.jmi.emofcs.NamedElementCS
getColumn, getLine, getName, setColumn, setLine, setName
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtObject
extAddObjectListener, extDeepCopy, extDeepCopy, extEquals, extRemoveObjectListener, extValueHash, extVisit
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getComment

String getComment()
                  throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setComment

void setComment(String comment)
                throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

getEnumeration

EnumerationCS getEnumeration()
                             throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setEnumeration

void setEnumeration(EnumerationCS enumeration)
                    throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException