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 with type parameters of type InteractionOperatorKind
static java.util.List<InteractionOperatorKind> InteractionOperatorKind.VALUES
          A public read-only list of all the 'Interaction Operator Kind' enumerators
 

Methods in org.eclipse.uml2.uml that return InteractionOperatorKind
static InteractionOperatorKind InteractionOperatorKind.get(int value)
          Returns the 'Interaction Operator Kind' literal with the specified integer value
static InteractionOperatorKind InteractionOperatorKind.get(java.lang.String literal)
          Returns the 'Interaction Operator Kind' literal with the specified literal value
static InteractionOperatorKind InteractionOperatorKind.getByName(java.lang.String name)
          Returns the 'Interaction Operator Kind' literal with the specified name
 InteractionOperatorKind CombinedFragment.getInteractionOperator()
          Returns the value of the 'Interaction Operator' attribute.
static InteractionOperatorKind InteractionOperatorKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InteractionOperatorKind[] InteractionOperatorKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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