|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExportKind | |
---|---|
org.eclipse.gmt.modisco.omg.kdm.code |
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 | |
---|---|
static java.util.List<ExportKind> |
ExportKind.VALUES
A public read-only list of all the 'Export Kind' enumerators. |
Methods in org.eclipse.gmt.modisco.omg.kdm.code that return ExportKind | |
---|---|
static ExportKind |
ExportKind.get(int value)
Returns the 'Export Kind' literal with the specified integer value. |
static ExportKind |
ExportKind.get(java.lang.String literal)
Returns the 'Export Kind' literal with the specified literal value. |
static ExportKind |
ExportKind.getByName(java.lang.String name)
Returns the 'Export Kind' literal with the specified name. |
ExportKind |
MemberUnit.getExport()
Returns the value of the 'Export' attribute. |
ExportKind |
MethodUnit.getExport()
Returns the value of the 'Export' attribute. |
static ExportKind |
ExportKind.valueOf(java.lang.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're declared. |
Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type ExportKind | |
---|---|
void |
MemberUnit.setExport(ExportKind value)
Sets the value of the ' Export ' attribute. |
void |
MethodUnit.setExport(ExportKind value)
Sets the value of the ' Export ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |