Uses of Class
org.eclipse.uml2.TransitionKind

Packages that use TransitionKind
org.eclipse.uml2   
 

Uses of TransitionKind in org.eclipse.uml2
 

Fields in org.eclipse.uml2 declared as TransitionKind
static TransitionKind TransitionKind.INTERNAL_LITERAL
          The 'Internal' literal object
static TransitionKind TransitionKind.LOCAL_LITERAL
          The 'Local' literal object
static TransitionKind TransitionKind.EXTERNAL_LITERAL
          The 'External' literal object
 

Methods in org.eclipse.uml2 that return TransitionKind
static TransitionKind TransitionKind.get(String name)
          Returns the 'Transition Kind' literal with the specified name
static TransitionKind TransitionKind.get(int value)
          Returns the 'Transition Kind' literal with the specified value
 TransitionKind Transition.getKind()
          Returns the value of the 'Kind' attribute.
 

Methods in org.eclipse.uml2 with parameters of type TransitionKind
 void Transition.setKind(TransitionKind value)
          Sets the value of the 'Kind' attribute
 


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