|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Operation.Kind>
org.eclipse.m2m.qvt.oml.blackbox.java.Operation.Kind
public static enum Operation.Kind
Indicates the kind
of the annotated operation with respect
to semantics in the QVT Abstract Syntax meta-model.
Operation
Enum Constant Summary | |
---|---|
HELPER
The operation is defined as helper , an imperative operation with possible side-effect. |
|
OPERATION
The operation is defined as normal operation. |
|
QUERY
The operation is defined as query , a side-effect free imperative operation. |
Method Summary | |
---|---|
static Operation.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Operation.Kind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Operation.Kind HELPER
helper
, an imperative operation with possible side-effect.
public static final Operation.Kind QUERY
query
, a side-effect free imperative operation.
public static final Operation.Kind OPERATION
contextual
, the Typedef class is used to represent it as additional operation
in the owning Module
class.
Method Detail |
---|
public static Operation.Kind[] values()
for (Operation.Kind c : Operation.Kind.values()) System.out.println(c);
public static Operation.Kind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
Copyright 2008 Borland Software Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |