Uses of Class
org.eclipse.gmt.modisco.omg.kdm.code.MethodKind
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.code | |
| org.eclipse.gmt.modisco.omg.kdm.code.impl |
-
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 Modifier and Type Field Description static List<MethodKind>MethodKind. VALUESA public read-only list of all the 'Method Kind' enumerators.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return MethodKind Modifier and Type Method Description static MethodKindMethodKind. get(int value)Returns the 'Method Kind' literal with the specified integer value.static MethodKindMethodKind. get(String literal)Returns the 'Method Kind' literal with the specified literal value.static MethodKindMethodKind. getByName(String name)Returns the 'Method Kind' literal with the specified name.MethodKindMethodUnit. getKind()Returns the value of the 'Kind' attribute.static MethodKindMethodKind. valueOf(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 are declared.Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type MethodKind Modifier and Type Method Description voidMethodUnit. setKind(MethodKind value)Sets the value of the 'Kind' attribute. -
Uses of MethodKind in org.eclipse.gmt.modisco.omg.kdm.code.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.code.impl declared as MethodKind Modifier and Type Field Description protected MethodKindMethodUnitImpl. kindThe cached value of the 'Kind' attribute.protected static MethodKindMethodUnitImpl. KIND_EDEFAULTThe default value of the 'Kind' attribute.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return MethodKind Modifier and Type Method Description MethodKindCodeFactoryImpl. createMethodKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)MethodKindMethodUnitImpl. getKind()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl with parameters of type MethodKind Modifier and Type Method Description voidMethodUnitImpl. setKind(MethodKind newKind)