Uses of Class
org.eclipse.uml2.uml.InteractionOperatorKind

Packages that use InteractionOperatorKind
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of InteractionOperatorKind in org.eclipse.uml2.uml
 

Fields in org.eclipse.uml2.uml declared as InteractionOperatorKind
static InteractionOperatorKind InteractionOperatorKind.SEQ_LITERAL
          The 'Seq' literal object
static InteractionOperatorKind InteractionOperatorKind.ALT_LITERAL
          The 'Alt' literal object
static InteractionOperatorKind InteractionOperatorKind.OPT_LITERAL
          The 'Opt' literal object
static InteractionOperatorKind InteractionOperatorKind.BREAK_LITERAL
          The 'Break' literal object
static InteractionOperatorKind InteractionOperatorKind.PAR_LITERAL
          The 'Par' literal object
static InteractionOperatorKind InteractionOperatorKind.STRICT_LITERAL
          The 'Strict' literal object
static InteractionOperatorKind InteractionOperatorKind.LOOP_LITERAL
          The 'Loop' literal object
static InteractionOperatorKind InteractionOperatorKind.CRITICAL_LITERAL
          The 'Critical' literal object
static InteractionOperatorKind InteractionOperatorKind.NEG_LITERAL
          The 'Neg' literal object
static InteractionOperatorKind InteractionOperatorKind.ASSERT_LITERAL
          The 'Assert' literal object
static InteractionOperatorKind InteractionOperatorKind.IGNORE_LITERAL
          The 'Ignore' literal object
static InteractionOperatorKind InteractionOperatorKind.CONSIDER_LITERAL
          The 'Consider' literal object
 

Methods in org.eclipse.uml2.uml that return InteractionOperatorKind
static InteractionOperatorKind InteractionOperatorKind.get(String literal)
          Returns the 'Interaction Operator Kind' literal with the specified literal value
static InteractionOperatorKind InteractionOperatorKind.getByName(String name)
          Returns the 'Interaction Operator Kind' literal with the specified name
static InteractionOperatorKind InteractionOperatorKind.get(int value)
          Returns the 'Interaction Operator Kind' literal with the specified integer value
 InteractionOperatorKind CombinedFragment.getInteractionOperator()
          Returns the value of the 'Interaction Operator' attribute.
 

Methods in org.eclipse.uml2.uml with parameters of type InteractionOperatorKind
 void CombinedFragment.setInteractionOperator(InteractionOperatorKind value)
          Sets the value of the 'Interaction Operator' attribute
 

Uses of InteractionOperatorKind in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type InteractionOperatorKind
 boolean UMLValidator.validateInteractionOperatorKind(InteractionOperatorKind interactionOperatorKind, DiagnosticChain diagnostics, Map context)
           
 


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