Uses of Class
org.eclipse.gmt.modisco.omg.kdm.code.ParameterKind

Packages that use ParameterKind
org.eclipse.gmt.modisco.omg.kdm.code   
 

Uses of ParameterKind in org.eclipse.gmt.modisco.omg.kdm.code
 

Fields in org.eclipse.gmt.modisco.omg.kdm.code with type parameters of type ParameterKind
static java.util.List<ParameterKind> ParameterKind.VALUES
          A public read-only list of all the 'Parameter Kind' enumerators.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return ParameterKind
static ParameterKind ParameterKind.get(int value)
          Returns the 'Parameter Kind' literal with the specified integer value.
static ParameterKind ParameterKind.get(java.lang.String literal)
          Returns the 'Parameter Kind' literal with the specified literal value.
static ParameterKind ParameterKind.getByName(java.lang.String name)
          Returns the 'Parameter Kind' literal with the specified name.
 ParameterKind ParameterUnit.getKind()
          Returns the value of the 'Kind' attribute.
static ParameterKind ParameterKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParameterKind[] ParameterKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type ParameterKind
 void ParameterUnit.setKind(ParameterKind value)
          Sets the value of the 'Kind' attribute.