Uses of Class
org.eclipse.gmt.modisco.omg.kdm.code.MacroKind

Packages that use MacroKind
org.eclipse.gmt.modisco.omg.kdm.code   
 

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
static java.util.List<MacroKind> MacroKind.VALUES
          A public read-only list of all the 'Macro Kind' enumerators.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return MacroKind
static MacroKind MacroKind.get(int value)
          Returns the 'Macro Kind' literal with the specified integer value.
static MacroKind MacroKind.get(java.lang.String literal)
          Returns the 'Macro Kind' literal with the specified literal value.
static MacroKind MacroKind.getByName(java.lang.String name)
          Returns the 'Macro Kind' literal with the specified name.
 MacroKind MacroUnit.getKind()
          Returns the value of the 'Kind' attribute.
static MacroKind MacroKind.valueOf(java.lang.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're declared.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type MacroKind
 void MacroUnit.setKind(MacroKind value)
          Sets the value of the 'Kind' attribute.