Uses of Class
org.eclipse.gmt.modisco.java.AssignmentKind
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl |
-
Uses of AssignmentKind in org.eclipse.gmt.modisco.java
Fields in org.eclipse.gmt.modisco.java with type parameters of type AssignmentKind Modifier and Type Field Description static List<AssignmentKind>AssignmentKind. VALUESA public read-only list of all the 'Assignment Kind' enumerators.Methods in org.eclipse.gmt.modisco.java that return AssignmentKind Modifier and Type Method Description static AssignmentKindAssignmentKind. get(int value)Returns the 'Assignment Kind' literal with the specified integer value.static AssignmentKindAssignmentKind. get(String literal)Returns the 'Assignment Kind' literal with the specified literal value.static AssignmentKindAssignmentKind. getByName(String name)Returns the 'Assignment Kind' literal with the specified name.AssignmentKindAssignment. getOperator()Returns the value of the 'Operator' attribute.static AssignmentKindAssignmentKind. valueOf(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 are declared.Methods in org.eclipse.gmt.modisco.java with parameters of type AssignmentKind Modifier and Type Method Description voidAssignment. setOperator(AssignmentKind value)Sets the value of the 'Operator' attribute. -
Uses of AssignmentKind in org.eclipse.gmt.modisco.java.neoemf.impl
Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return AssignmentKind Modifier and Type Method Description AssignmentKindJavaFactoryImpl. createAssignmentKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)AssignmentKindAssignmentImpl. getOperator()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type AssignmentKind Modifier and Type Method Description voidAssignmentImpl. setOperator(AssignmentKind newOperator)