org.openmdx.ui1.jdo2
Class OperationDefinition

java.lang.Object
  extended by org.oasisopen.jdo2.Identifiable
      extended by org.w3c.jdo2.AbstractObject
          extended by org.openmdx.ui1.jdo2.FeatureDefinition
              extended by org.openmdx.ui1.jdo2.OperationDefinition
All Implemented Interfaces:
Serializable, FeatureDefinition, OperationDefinition

public class OperationDefinition
extends FeatureDefinition
implements OperationDefinition

Class OperationDefinition

See Also:
Serialized Form

Nested Class Summary
static class OperationDefinition.Slice
           
 
Nested classes/interfaces inherited from class org.openmdx.ui1.jdo2.FeatureDefinition
FeatureDefinition.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.openmdx.ui1.cci2.FeatureDefinition
FeatureDefinition.Identity
 
Field Summary
static List<String> CLASS
          Define the model class org::openmdx::ui1::OperationDefinition
 
Fields inherited from class org.openmdx.ui1.jdo2.FeatureDefinition
BASE_CLASS
 
Constructor Summary
OperationDefinition()
           
 
Method Summary
 boolean isQuery()
          Retrieves the value for the attribute isQuery.
static FeatureDefinition.Identity newIdentity(org.openmdx.base.cci2.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)
           
 void setQuery(boolean isQuery)
          Sets a new value for the attribute isQuery.
 
Methods inherited from class org.openmdx.ui1.jdo2.FeatureDefinition
openmdxjdoGetObjectId, openmdxjdoGetObjectsByParent, openmdxjdoGetSlices, setSegment, setSegment
 
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.openmdx.ui1.cci2.FeatureDefinition
setSegment, setSegment
 

Field Detail

CLASS

public static final List<String> CLASS
Define the model class org::openmdx::ui1::OperationDefinition

Constructor Detail

OperationDefinition

public OperationDefinition()
Method Detail

isQuery

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

Specified by:
isQuery in interface OperationDefinition
Returns:
The non-null value for attribute isQuery.

setQuery

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

Specified by:
setQuery in interface OperationDefinition
Parameters:
isQuery - The non-null new value for attribute isQuery.

openmdxjdoGetSize

protected int openmdxjdoGetSize(int field)
Overrides:
openmdxjdoGetSize in class org.w3c.jdo2.AbstractObject

openmdxjdoSetSize

protected void openmdxjdoSetSize(int field,
                                 int size)
Overrides:
openmdxjdoSetSize in class org.w3c.jdo2.AbstractObject

newSlice

protected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)

openmdxjdoGetClass

protected List<String> openmdxjdoGetClass()
Retrieve the model class

Overrides:
openmdxjdoGetClass in class FeatureDefinition
Returns:
the model class
See Also:
OperationDefinition.CLASS

newIdentity

public static FeatureDefinition.Identity newIdentity(org.openmdx.base.cci2.Segment.Identity segment,
                                                     boolean qualifiedNameIsPersistent,
                                                     String qualifiedName)


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