Uses of Class
org.eclipse.uml2.PseudostateKind

Packages that use PseudostateKind
org.eclipse.uml2   
 

Uses of PseudostateKind in org.eclipse.uml2
 

Fields in org.eclipse.uml2 declared as PseudostateKind
static PseudostateKind PseudostateKind.INITIAL_LITERAL
          The 'Initial' literal object
static PseudostateKind PseudostateKind.DEEP_HISTORY_LITERAL
          The 'Deep History' literal object
static PseudostateKind PseudostateKind.SHALLOW_HISTORY_LITERAL
          The 'Shallow History' literal object
static PseudostateKind PseudostateKind.JOIN_LITERAL
          The 'Join' literal object
static PseudostateKind PseudostateKind.FORK_LITERAL
          The 'Fork' literal object
static PseudostateKind PseudostateKind.JUNCTION_LITERAL
          The 'Junction' literal object
static PseudostateKind PseudostateKind.CHOICE_LITERAL
          The 'Choice' literal object
static PseudostateKind PseudostateKind.ENTRY_POINT_LITERAL
          The 'Entry Point' literal object
static PseudostateKind PseudostateKind.EXIT_POINT_LITERAL
          The 'Exit Point' literal object
static PseudostateKind PseudostateKind.TERMINATE_LITERAL
          The 'Terminate' literal object
 

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

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


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