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

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

Uses of ParameterEffectKind in org.eclipse.uml2.uml
 

Fields in org.eclipse.uml2.uml declared as ParameterEffectKind
static ParameterEffectKind ParameterEffectKind.CREATE_LITERAL
          The 'Create' literal object
static ParameterEffectKind ParameterEffectKind.READ_LITERAL
          The 'Read' literal object
static ParameterEffectKind ParameterEffectKind.UPDATE_LITERAL
          The 'Update' literal object
static ParameterEffectKind ParameterEffectKind.DELETE_LITERAL
          The 'Delete' literal object
 

Methods in org.eclipse.uml2.uml that return ParameterEffectKind
static ParameterEffectKind ParameterEffectKind.get(String literal)
          Returns the 'Parameter Effect Kind' literal with the specified literal value
static ParameterEffectKind ParameterEffectKind.getByName(String name)
          Returns the 'Parameter Effect Kind' literal with the specified name
static ParameterEffectKind ParameterEffectKind.get(int value)
          Returns the 'Parameter Effect Kind' literal with the specified integer value
 ParameterEffectKind Parameter.getEffect()
          Returns the value of the 'Effect' attribute.
 

Methods in org.eclipse.uml2.uml with parameters of type ParameterEffectKind
 void Parameter.setEffect(ParameterEffectKind value)
          Sets the value of the 'Effect' attribute
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ParameterEffectKind
 boolean UMLValidator.validateParameterEffectKind(ParameterEffectKind parameterEffectKind, DiagnosticChain diagnostics, Map context)
           
 


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