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

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

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

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

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