Uses of Class
org.eclipse.gmt.modisco.java.InheritanceKind
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl |
-
Uses of InheritanceKind in org.eclipse.gmt.modisco.java
Fields in org.eclipse.gmt.modisco.java with type parameters of type InheritanceKind Modifier and Type Field Description static List<InheritanceKind>InheritanceKind. VALUESA public read-only list of all the 'Inheritance Kind' enumerators.Methods in org.eclipse.gmt.modisco.java that return InheritanceKind Modifier and Type Method Description static InheritanceKindInheritanceKind. get(int value)Returns the 'Inheritance Kind' literal with the specified integer value.static InheritanceKindInheritanceKind. get(String literal)Returns the 'Inheritance Kind' literal with the specified literal value.static InheritanceKindInheritanceKind. getByName(String name)Returns the 'Inheritance Kind' literal with the specified name.InheritanceKindModifier. getInheritance()Returns the value of the 'Inheritance' attribute.static InheritanceKindInheritanceKind. valueOf(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 are declared.Methods in org.eclipse.gmt.modisco.java with parameters of type InheritanceKind Modifier and Type Method Description voidModifier. setInheritance(InheritanceKind value)Sets the value of the 'Inheritance' attribute. -
Uses of InheritanceKind in org.eclipse.gmt.modisco.java.emf.impl
Fields in org.eclipse.gmt.modisco.java.emf.impl declared as InheritanceKind Modifier and Type Field Description protected InheritanceKindModifierImpl. inheritanceThe cached value of the 'Inheritance' attribute.protected static InheritanceKindModifierImpl. INHERITANCE_EDEFAULTThe default value of the 'Inheritance' attribute.Methods in org.eclipse.gmt.modisco.java.emf.impl that return InheritanceKind Modifier and Type Method Description InheritanceKindJavaFactoryImpl. createInheritanceKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)InheritanceKindModifierImpl. getInheritance()Methods in org.eclipse.gmt.modisco.java.emf.impl with parameters of type InheritanceKind Modifier and Type Method Description voidModifierImpl. setInheritance(InheritanceKind newInheritance)