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

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

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

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

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return MethodKind
static MethodKind MethodKind.get(int value)
          Returns the 'Method Kind' literal with the specified integer value.
static MethodKind MethodKind.get(java.lang.String literal)
          Returns the 'Method Kind' literal with the specified literal value.
static MethodKind MethodKind.getByName(java.lang.String name)
          Returns the 'Method Kind' literal with the specified name.
 MethodKind MethodUnit.getKind()
          Returns the value of the 'Kind' attribute.
static MethodKind MethodKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MethodKind[] MethodKind.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 MethodKind
 void MethodUnit.setKind(MethodKind value)
          Sets the value of the 'Kind' attribute.