Uses of Class
org.eclipse.gmt.modisco.java.AssignmentKind

Packages that use AssignmentKind
org.eclipse.gmt.modisco.java   
 

Uses of AssignmentKind in org.eclipse.gmt.modisco.java
 

Fields in org.eclipse.gmt.modisco.java with type parameters of type AssignmentKind
static java.util.List<AssignmentKind> AssignmentKind.VALUES
          A public read-only list of all the 'Assignment Kind' enumerators.
 

Methods in org.eclipse.gmt.modisco.java that return AssignmentKind
static AssignmentKind AssignmentKind.get(int value)
          Returns the 'Assignment Kind' literal with the specified integer value.
static AssignmentKind AssignmentKind.get(java.lang.String literal)
          Returns the 'Assignment Kind' literal with the specified literal value.
static AssignmentKind AssignmentKind.getByName(java.lang.String name)
          Returns the 'Assignment Kind' literal with the specified name.
 AssignmentKind Assignment.getOperator()
          Returns the value of the 'Operator' attribute.
static AssignmentKind AssignmentKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AssignmentKind[] AssignmentKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.gmt.modisco.java with parameters of type AssignmentKind
 void Assignment.setOperator(AssignmentKind value)
          Sets the value of the 'Operator' attribute.