org.eclipse.uml2
Class ParameterEffectKind

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.uml2.ParameterEffectKind
All Implemented Interfaces:
Enumerator

public final class ParameterEffectKind
extends AbstractEnumerator

A representation of the literals of the enumeration 'Parameter Effect Kind', and utility methods for working with them. The datatype ParameterEffectKind is an enumeration that indicates the effect of a behavior on values passed in or out of its parameters (see �Parameter (as specialized)� on page 354).

See Also:
UML2Package.getParameterEffectKind()

Field Summary
static String copyright
           
static int CREATE
          The 'Create' literal value
static ParameterEffectKind CREATE_LITERAL
          The 'Create' literal object
static int DELETE
          The 'Delete' literal value
static ParameterEffectKind DELETE_LITERAL
          The 'Delete' literal object
static int READ
          The 'Read' literal value
static ParameterEffectKind READ_LITERAL
          The 'Read' literal object
static int UPDATE
          The 'Update' literal value
static ParameterEffectKind UPDATE_LITERAL
          The 'Update' literal object
static List VALUES
          A public read-only list of all the 'Parameter Effect Kind' enumerators
 
Method Summary
static ParameterEffectKind get(int value)
          Returns the 'Parameter Effect Kind' literal with the specified value
static ParameterEffectKind get(String name)
          Returns the 'Parameter Effect Kind' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

CREATE

public static final int CREATE
The 'Create' literal value.

See Also:
CREATE_LITERAL, Constant Field Values

READ

public static final int READ
The 'Read' literal value.

See Also:
READ_LITERAL, Constant Field Values

UPDATE

public static final int UPDATE
The 'Update' literal value.

See Also:
UPDATE_LITERAL, Constant Field Values

DELETE

public static final int DELETE
The 'Delete' literal value.

See Also:
DELETE_LITERAL, Constant Field Values

CREATE_LITERAL

public static final ParameterEffectKind CREATE_LITERAL
The 'Create' literal object.

If the meaning of 'Create' literal object isn't clear, there really should be more of a description here...

See Also:
CREATE

READ_LITERAL

public static final ParameterEffectKind READ_LITERAL
The 'Read' literal object.

If the meaning of 'Read' literal object isn't clear, there really should be more of a description here...

See Also:
READ

UPDATE_LITERAL

public static final ParameterEffectKind UPDATE_LITERAL
The 'Update' literal object.

If the meaning of 'Update' literal object isn't clear, there really should be more of a description here...

See Also:
UPDATE

DELETE_LITERAL

public static final ParameterEffectKind DELETE_LITERAL
The 'Delete' literal object.

If the meaning of 'Delete' literal object isn't clear, there really should be more of a description here...

See Also:
DELETE

VALUES

public static final List VALUES
A public read-only list of all the 'Parameter Effect Kind' enumerators.

Method Detail

get

public static ParameterEffectKind get(String name)
Returns the 'Parameter Effect Kind' literal with the specified name.


get

public static ParameterEffectKind get(int value)
Returns the 'Parameter Effect Kind' literal with the specified value.


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.