Uses of Class
org.eclipse.gmt.modisco.omg.kdm.code.ExportKind
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.code | |
| org.eclipse.gmt.modisco.omg.kdm.code.impl |
-
Uses of ExportKind in org.eclipse.gmt.modisco.omg.kdm.code
Fields in org.eclipse.gmt.modisco.omg.kdm.code with type parameters of type ExportKind Modifier and Type Field Description static List<ExportKind>ExportKind. VALUESA public read-only list of all the 'Export Kind' enumerators.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return ExportKind Modifier and Type Method Description static ExportKindExportKind. get(int value)Returns the 'Export Kind' literal with the specified integer value.static ExportKindExportKind. get(String literal)Returns the 'Export Kind' literal with the specified literal value.static ExportKindExportKind. getByName(String name)Returns the 'Export Kind' literal with the specified name.ExportKindMemberUnit. getExport()Returns the value of the 'Export' attribute.ExportKindMethodUnit. getExport()Returns the value of the 'Export' attribute.static ExportKindExportKind. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportKind[]ExportKind. 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 ExportKind Modifier and Type Method Description voidMemberUnit. setExport(ExportKind value)Sets the value of the 'Export' attribute.voidMethodUnit. setExport(ExportKind value)Sets the value of the 'Export' attribute. -
Uses of ExportKind in org.eclipse.gmt.modisco.omg.kdm.code.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.code.impl declared as ExportKind Modifier and Type Field Description protected ExportKindMemberUnitImpl. exportThe cached value of the 'Export' attribute.protected ExportKindMethodUnitImpl. exportThe cached value of the 'Export' attribute.protected static ExportKindMemberUnitImpl. EXPORT_EDEFAULTThe default value of the 'Export' attribute.protected static ExportKindMethodUnitImpl. EXPORT_EDEFAULTThe default value of the 'Export' attribute.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return ExportKind Modifier and Type Method Description ExportKindCodeFactoryImpl. createExportKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ExportKindMemberUnitImpl. getExport()ExportKindMethodUnitImpl. getExport()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl with parameters of type ExportKind Modifier and Type Method Description voidMemberUnitImpl. setExport(ExportKind newExport)voidMethodUnitImpl. setExport(ExportKind newExport)