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 with type parameters of type ParameterEffectKind
static java.util.List<ParameterEffectKind> ParameterEffectKind.VALUES
          A public read-only list of all the 'Parameter Effect Kind' enumerators
 

Methods in org.eclipse.uml2.uml that return ParameterEffectKind
static ParameterEffectKind ParameterEffectKind.get(int value)
          Returns the 'Parameter Effect Kind' literal with the specified integer value
static ParameterEffectKind ParameterEffectKind.get(java.lang.String literal)
          Returns the 'Parameter Effect Kind' literal with the specified literal value
static ParameterEffectKind ParameterEffectKind.getByName(java.lang.String name)
          Returns the 'Parameter Effect Kind' literal with the specified name
 ParameterEffectKind Parameter.getEffect()
          Returns the value of the 'Effect' attribute.
static ParameterEffectKind ParameterEffectKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParameterEffectKind[] ParameterEffectKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.