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