org.omg.model1.cci2
Interface Operation

All Superinterfaces:
BasicObject, BehaviouralFeature, ContextCapable, Element, ExtentCapable, Feature, Namespace, ViewCapable
All Known Subinterfaces:
Operation
All Known Implementing Classes:
Operation

public interface Operation
extends BehaviouralFeature

Class Operation


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.omg.model1.cci2.Element
Element.Identity
 
Method Summary
<T extends Exception>
Set<T>
getException()
          Retrieves the Collection of objects referenced by exception.
 String getSemantics()
           
 boolean isQuery()
          Retrieves the value for the attribute isQuery.
 void setQuery(boolean isQuery)
          Sets a new value for the attribute isQuery.
 void setSemantics(String semantics)
          Sets a new value for the attribute semantics.
 
Methods inherited from interface org.omg.model1.cci2.BehaviouralFeature
getParameter
 
Methods inherited from interface org.omg.model1.cci2.Feature
getScope, getVisibility, setScope, setVisibility
 
Methods inherited from interface org.omg.model1.cci2.Namespace
findElementsByType, getAllNamespaceContent, getContent, getNamespaceContent, lookupElement, resolveQualifiedName
 
Methods inherited from interface org.omg.model1.cci2.Element
getAnnotation, getContainer, getName, getQualifiedName, getSegment, getStereotype, setAnnotation, setContainer, setSegment, setSegment, setStereotype
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

getException

<T extends Exception> Set<T> getException()
Retrieves the Collection of objects referenced by exception.

Returns:
The Collection of referenced objects.

isQuery

boolean isQuery()
Retrieves the value for the attribute isQuery.

Returns:
The non-null value for attribute isQuery.

setQuery

void setQuery(boolean isQuery)
Sets a new value for the attribute isQuery.

Parameters:
isQuery - The non-null new value for attribute isQuery.

getSemantics

String getSemantics()
Returns:
The possibly null value for attribute semantics.

setSemantics

void setSemantics(String semantics)
Sets a new value for the attribute semantics.

Parameters:
semantics - The possibly null new value for attribute semantics.


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.