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

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

Uses of PseudostateKind in org.eclipse.uml2.uml
 

Fields in org.eclipse.uml2.uml 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.uml that return PseudostateKind
static PseudostateKind PseudostateKind.get(String literal)
          Returns the 'Pseudostate Kind' literal with the specified literal value
static PseudostateKind PseudostateKind.getByName(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 integer value
 PseudostateKind Pseudostate.getKind()
          Returns the value of the 'Kind' attribute.
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type PseudostateKind
 boolean UMLValidator.validatePseudostateKind(PseudostateKind pseudostateKind, DiagnosticChain diagnostics, Map context)
           
 


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