Uses of Class
org.eclipse.gmt.modisco.java.InheritanceKind

Packages that use InheritanceKind
org.eclipse.gmt.modisco.java   
 

Uses of InheritanceKind in org.eclipse.gmt.modisco.java
 

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

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

Methods in org.eclipse.gmt.modisco.java with parameters of type InheritanceKind
 void Modifier.setInheritance(InheritanceKind value)
          Sets the value of the 'Inheritance' attribute.