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