org.eclipse.uml2
Class InteractionOperator

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

public final class InteractionOperator
extends AbstractEnumerator

A representation of the literals of the enumeration 'Interaction Operator', and utility methods for working with them. Interaction Operator is an enumeration designating the different kinds of operators of CombinedFragments. The InteractionOperand defines the type of operator of a CombinedFragment.

See Also:
UML2Package.getInteractionOperator()

Field Summary
static int ALT
          The 'Alt' literal value
static InteractionOperator ALT_LITERAL
          The 'Alt' literal object
static int ASSERT
          The 'Assert' literal value
static InteractionOperator ASSERT_LITERAL
          The 'Assert' literal object
static int BREAK
          The 'Break' literal value
static InteractionOperator BREAK_LITERAL
          The 'Break' literal object
static int CONSIDER
          The 'Consider' literal value
static InteractionOperator CONSIDER_LITERAL
          The 'Consider' literal object
static String copyright
           
static int CRITICAL
          The 'Critical' literal value
static InteractionOperator CRITICAL_LITERAL
          The 'Critical' literal object
static int IGNORE
          The 'Ignore' literal value
static InteractionOperator IGNORE_LITERAL
          The 'Ignore' literal object
static int LOOP
          The 'Loop' literal value
static InteractionOperator LOOP_LITERAL
          The 'Loop' literal object
static int NEG
          The 'Neg' literal value
static InteractionOperator NEG_LITERAL
          The 'Neg' literal object
static int OPT
          The 'Opt' literal value
static InteractionOperator OPT_LITERAL
          The 'Opt' literal object
static int PAR
          The 'Par' literal value
static InteractionOperator PAR_LITERAL
          The 'Par' literal object
static int SEQ
          The 'Seq' literal value
static InteractionOperator SEQ_LITERAL
          The 'Seq' literal object
static int STRICT
          The 'Strict' literal value
static InteractionOperator STRICT_LITERAL
          The 'Strict' literal object
static List VALUES
          A public read-only list of all the 'Interaction Operator' enumerators
 
Method Summary
static InteractionOperator get(int value)
          Returns the 'Interaction Operator' literal with the specified value
static InteractionOperator get(String name)
          Returns the 'Interaction Operator' 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

SEQ

public static final int SEQ
The 'Seq' literal value.

See Also:
SEQ_LITERAL, Constant Field Values

ALT

public static final int ALT
The 'Alt' literal value.

See Also:
ALT_LITERAL, Constant Field Values

OPT

public static final int OPT
The 'Opt' literal value.

See Also:
OPT_LITERAL, Constant Field Values

BREAK

public static final int BREAK
The 'Break' literal value.

See Also:
BREAK_LITERAL, Constant Field Values

PAR

public static final int PAR
The 'Par' literal value.

See Also:
PAR_LITERAL, Constant Field Values

STRICT

public static final int STRICT
The 'Strict' literal value.

See Also:
STRICT_LITERAL, Constant Field Values

LOOP

public static final int LOOP
The 'Loop' literal value.

See Also:
LOOP_LITERAL, Constant Field Values

CRITICAL

public static final int CRITICAL
The 'Critical' literal value.

See Also:
CRITICAL_LITERAL, Constant Field Values

NEG

public static final int NEG
The 'Neg' literal value.

See Also:
NEG_LITERAL, Constant Field Values

ASSERT

public static final int ASSERT
The 'Assert' literal value.

See Also:
ASSERT_LITERAL, Constant Field Values

IGNORE

public static final int IGNORE
The 'Ignore' literal value.

See Also:
IGNORE_LITERAL, Constant Field Values

CONSIDER

public static final int CONSIDER
The 'Consider' literal value.

See Also:
CONSIDER_LITERAL, Constant Field Values

SEQ_LITERAL

public static final InteractionOperator SEQ_LITERAL
The 'Seq' literal object.

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

See Also:
SEQ

ALT_LITERAL

public static final InteractionOperator ALT_LITERAL
The 'Alt' literal object.

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

See Also:
ALT

OPT_LITERAL

public static final InteractionOperator OPT_LITERAL
The 'Opt' literal object.

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

See Also:
OPT

BREAK_LITERAL

public static final InteractionOperator BREAK_LITERAL
The 'Break' literal object.

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

See Also:
BREAK

PAR_LITERAL

public static final InteractionOperator PAR_LITERAL
The 'Par' literal object.

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

See Also:
PAR

STRICT_LITERAL

public static final InteractionOperator STRICT_LITERAL
The 'Strict' literal object.

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

See Also:
STRICT

LOOP_LITERAL

public static final InteractionOperator LOOP_LITERAL
The 'Loop' literal object.

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

See Also:
LOOP

CRITICAL_LITERAL

public static final InteractionOperator CRITICAL_LITERAL
The 'Critical' literal object.

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

See Also:
CRITICAL

NEG_LITERAL

public static final InteractionOperator NEG_LITERAL
The 'Neg' literal object.

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

See Also:
NEG

ASSERT_LITERAL

public static final InteractionOperator ASSERT_LITERAL
The 'Assert' literal object.

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

See Also:
ASSERT

IGNORE_LITERAL

public static final InteractionOperator IGNORE_LITERAL
The 'Ignore' literal object.

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

See Also:
IGNORE

CONSIDER_LITERAL

public static final InteractionOperator CONSIDER_LITERAL
The 'Consider' literal object.

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

See Also:
CONSIDER

VALUES

public static final List VALUES
A public read-only list of all the 'Interaction Operator' enumerators.

Method Detail

get

public static InteractionOperator get(String name)
Returns the 'Interaction Operator' literal with the specified name.


get

public static InteractionOperator get(int value)
Returns the 'Interaction Operator' literal with the specified value.


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