Uses of Class
org.eclipse.uml2.ParameterEffectKind

Packages that use ParameterEffectKind
org.eclipse.uml2   
 

Uses of ParameterEffectKind in org.eclipse.uml2
 

Fields in org.eclipse.uml2 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 that return ParameterEffectKind
static ParameterEffectKind ParameterEffectKind.get(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 value
 ParameterEffectKind Parameter.getEffect()
          Returns the value of the 'Effect' attribute.
 

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


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