uk.ac.ucl.cs.emofocl.emofcs.jmi.emofcs
Interface OperationCS
- All Superinterfaces:
- ExtObject, MultiplicityElementCS, NamedElementCS, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, TypedElementCS
- All Known Implementing Classes:
- OperationCS_Impl
public interface OperationCS
- extends MultiplicityElementCS
| 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 |
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
getResult
ExpressionCS getResult()
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
setResult
void setResult(ExpressionCS result)
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
getOwnedParameter
Collection getOwnedParameter()
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
getMOFClass
MOFClassCS getMOFClass()
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
setMOFClass
void setMOFClass(MOFClassCS mOFClass)
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException