javax.jmi.model
Interface Operation

All Superinterfaces:
BehavioralFeature, Feature, ModelElement, NameSpace, RefBaseObject, RefFeatured, RefObject

public interface Operation
extends BehavioralFeature


Field Summary
 
Fields inherited from interface javax.jmi.model.ModelElement
ALLDEP, CONSTRAINEDELEMENTSDEP, CONSTRAINTDEP, CONTAINERDEP, CONTENTSDEP, IMPORTDEP, INDIRECTDEP, REFERENCEDENDSDEP, SIGNATUREDEP, SPECIALIZATIONDEP, TAGGEDELEMENTSDEP, TYPEDEFINITIONDEP
 
Method Summary
 java.util.List getExceptions()
           
 boolean isQuery()
           
 void setQuery(boolean newValue)
           
 
Methods inherited from interface javax.jmi.model.Feature
getScope, getVisibility, setScope, setVisibility
 
Methods inherited from interface javax.jmi.model.NameSpace
findElementsByType, getContents, lookupElement, nameIsValid, resolveQualifiedName
 
Methods inherited from interface javax.jmi.model.ModelElement
findRequiredElements, getAnnotation, getConstraints, getContainer, getName, getQualifiedName, getRequiredElements, isFrozen, isRequiredBecause, isVisible, setAnnotation, setContainer, setName
 
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

getExceptions

java.util.List getExceptions()

isQuery

boolean isQuery()

setQuery

void setQuery(boolean newValue)