|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasisopen.jdo2.Identifiable
org.w3c.jdo2.AbstractObject
org.omg.model1.jdo2.Element
org.omg.model1.jdo2.Operation
public class Operation
Class Operation
| Nested Class Summary | |
|---|---|
static class |
Operation.Slice
|
| Nested classes/interfaces inherited from class org.omg.model1.jdo2.Element |
|---|
Element.Identity |
| Nested classes/interfaces inherited from class org.w3c.jdo2.AbstractObject |
|---|
org.w3c.jdo2.AbstractObject.BLOB, org.w3c.jdo2.AbstractObject.CLOB, org.w3c.jdo2.AbstractObject.EmbeddedList<E>, org.w3c.jdo2.AbstractObject.EmbeddedSet<E> |
| Nested classes/interfaces inherited from interface org.omg.model1.cci2.Element |
|---|
Element.Identity |
| Field Summary | |
|---|---|
static List<String> |
CLASS
Define the model class org::omg::model1::Operation |
| Fields inherited from class org.omg.model1.jdo2.Element |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
Operation()
|
|
| Method Summary | ||
|---|---|---|
|
findElementsByType(boolean includeSubtypes,
String ofType)
|
|
|
getAllNamespaceContent()
Retrieves a set containing all the elements for the reference allNamespaceContent. |
|
|
getContent()
Retrieves the Collection of objects referenced by
content. |
|
|
getException()
Retrieves the Collection of objects referenced by
exception. |
|
|
getNamespaceContent()
Retrieves a set containing all the elements for the reference namespaceContent. |
|
|
getParameter()
Retrieves the Collection of objects referenced by
parameter. |
|
String |
getScope()
Retrieves the value for the attribute scope. |
|
String |
getSemantics()
|
|
String |
getVisibility()
Retrieves the value for the attribute visibility. |
|
boolean |
isQuery()
Retrieves the value for the attribute isQuery. |
|
|
lookupElement(String name)
|
|
static Element.Identity |
newIdentity(Segment.Identity segment,
boolean qualifiedNameIsPersistent,
String qualifiedName)
|
|
protected org.w3c.jdo2.AbstractObject.Slice |
newSlice(int index)
|
|
protected List<String> |
openmdxjdoGetClass()
Retrieve the model class |
|
protected int |
openmdxjdoGetSize(int field)
|
|
protected void |
openmdxjdoSetSize(int field,
int size)
|
|
|
resolveQualifiedName(String qualifiedName)
|
|
void |
setQuery(boolean isQuery)
Sets a new value for the attribute isQuery. |
|
void |
setScope(String scope)
Sets a new value for the attribute scope. |
|
void |
setSemantics(String semantics)
Sets a new value for the attribute semantics. |
|
void |
setVisibility(String visibility)
Sets a new value for the attribute visibility. |
|
| Methods inherited from class org.omg.model1.jdo2.Element |
|---|
getAnnotation, getContainer, getCreatedAt, getCreatedBy, getIdentity, getModifiedAt, getModifiedBy, getName, getQualifiedName, getSegment, getStereotype, getView, openmdxjdoGetObjectId, openmdxjdoGetObjectsByParent, openmdxjdoGetSlices, setAnnotation, setContainer, setSegment, setSegment, setStereotype |
| Methods inherited from class org.w3c.jdo2.AbstractObject |
|---|
openmdxjdoClassName, openmdxjdoGetIdentityBuilder, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement |
| Methods inherited from class org.oasisopen.jdo2.Identifiable |
|---|
openmdxjdoGetIdentity, openmdxjdoGetIdentity, openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet, openmdxjdoNewObjectId, openmdxjdoNewObjectId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Field Detail |
|---|
public static final List<String> CLASS
org::omg::model1::Operation
| Constructor Detail |
|---|
public Operation()
| Method Detail |
|---|
public String getScope()
scope.
getScope in interface Featurescope.public void setScope(String scope)
scope.
setScope in interface Featurescope - The non-null new value for attribute scope.
public <T extends NamespaceLookupElementResult> T lookupElement(String name)
throws RefException
lookupElement in interface NamespaceRefExceptionpublic String getVisibility()
visibility.
getVisibility in interface Featurevisibility.public void setVisibility(String visibility)
visibility.
setVisibility in interface Featurevisibility - The non-null new value for attribute visibility.public <T extends Exception> Set<T> getException()
Collection of objects referenced by
exception.
getException in interface OperationCollection of referenced objects.public <T extends Element> Set<T> getAllNamespaceContent()
allNamespaceContent.
getAllNamespaceContent in interface Namespacepublic <T extends Parameter> List<T> getParameter()
Collection of objects referenced by
parameter.
getParameter in interface BehaviouralFeatureCollection of referenced objects.public final String getSemantics()
getSemantics in interface Operationsemantics.public void setSemantics(String semantics)
semantics.
setSemantics in interface Operationsemantics - The possibly null new value for attribute semantics.
public <T extends NamespaceResolveQualifiedNameResult> T resolveQualifiedName(String qualifiedName)
throws RefException
resolveQualifiedName in interface NamespaceRefException
public <T extends NamespaceFindElementsByTypeResult> T findElementsByType(boolean includeSubtypes,
String ofType)
throws RefException
findElementsByType in interface NamespaceRefExceptionpublic <T extends Element> Set<T> getNamespaceContent()
namespaceContent.
getNamespaceContent in interface Namespacepublic boolean isQuery()
isQuery.
isQuery in interface OperationisQuery.public void setQuery(boolean isQuery)
isQuery.
setQuery in interface OperationisQuery - The non-null new value for attribute isQuery.public <T extends Element> Set<T> getContent()
Collection of objects referenced by
content.
getContent in interface NamespaceCollection of referenced objects.protected int openmdxjdoGetSize(int field)
openmdxjdoGetSize in class Element
protected void openmdxjdoSetSize(int field,
int size)
openmdxjdoSetSize in class Elementprotected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
newSlice in class Elementprotected List<String> openmdxjdoGetClass()
openmdxjdoGetClass in class ElementOperation.CLASS
public static Element.Identity newIdentity(Segment.Identity segment,
boolean qualifiedNameIsPersistent,
String qualifiedName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||