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

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

public interface ExpressionCS
extends ExtObject


Method Summary
 int getColumn()
           
 String getComment()
           
 String getExpression()
           
 int getLine()
           
 MOFClassCS getMOFClassCS()
           
 OperationCS getOperationCS()
           
 PropertyCS getProperty()
           
 SpecificationCS getSpecification()
           
 void setColumn(int column)
           
 void setComment(String comment)
           
 void setExpression(String expression)
           
 void setLine(int line)
           
 void setMOFClassCS(MOFClassCS mOFClassCS)
           
 void setOperationCS(OperationCS operationCS)
           
 void setProperty(PropertyCS property)
           
 void setSpecification(SpecificationCS specification)
           
 
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

getExpression

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

setExpression

void setExpression(String expression)
                   throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

getLine

int getLine()
            throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setLine

void setLine(int line)
             throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

getColumn

int getColumn()
              throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setColumn

void setColumn(int column)
               throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

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

getOperationCS

OperationCS getOperationCS()
                           throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setOperationCS

void setOperationCS(OperationCS operationCS)
                    throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

getMOFClassCS

MOFClassCS getMOFClassCS()
                         throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setMOFClassCS

void setMOFClassCS(MOFClassCS mOFClassCS)
                   throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

getSpecification

SpecificationCS getSpecification()
                                 throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setSpecification

void setSpecification(SpecificationCS specification)
                      throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

getProperty

PropertyCS getProperty()
                       throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setProperty

void setProperty(PropertyCS property)
                 throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException