Uses of Class
org.eclipse.gmt.modisco.omg.kdm.code.ParameterKind
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.code | |
| org.eclipse.gmt.modisco.omg.kdm.code.impl |
-
Uses of ParameterKind in org.eclipse.gmt.modisco.omg.kdm.code
Fields in org.eclipse.gmt.modisco.omg.kdm.code with type parameters of type ParameterKind Modifier and Type Field Description static List<ParameterKind>ParameterKind. VALUESA public read-only list of all the 'Parameter Kind' enumerators.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return ParameterKind Modifier and Type Method Description static ParameterKindParameterKind. get(int value)Returns the 'Parameter Kind' literal with the specified integer value.static ParameterKindParameterKind. get(String literal)Returns the 'Parameter Kind' literal with the specified literal value.static ParameterKindParameterKind. getByName(String name)Returns the 'Parameter Kind' literal with the specified name.ParameterKindParameterUnit. getKind()Returns the value of the 'Kind' attribute.static ParameterKindParameterKind. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterKind[]ParameterKind. 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 ParameterKind Modifier and Type Method Description voidParameterUnit. setKind(ParameterKind value)Sets the value of the 'Kind' attribute. -
Uses of ParameterKind in org.eclipse.gmt.modisco.omg.kdm.code.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.code.impl declared as ParameterKind Modifier and Type Field Description protected ParameterKindParameterUnitImpl. kindThe cached value of the 'Kind' attribute.protected static ParameterKindParameterUnitImpl. KIND_EDEFAULTThe default value of the 'Kind' attribute.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return ParameterKind Modifier and Type Method Description ParameterKindCodeFactoryImpl. createParameterKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ParameterKindParameterUnitImpl. getKind()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl with parameters of type ParameterKind Modifier and Type Method Description voidParameterUnitImpl. setKind(ParameterKind newKind)