blob: 9842a4b5daa1eb5ddd3383792b7dbfadfe67f0d6 [file] [log] [blame]
/**
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
* generated from ActionDSL.xcore
*
*
*/
package org.eclipse.osbp.xtext.action;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.eclipse.emf.common.util.Enumerator;
/**
* <!-- begin-user-doc -->
* A representation of the literals of the enumeration '<em><b>Operator</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getOperator()
* @model
* @generated
*/
public enum Operator implements Enumerator {
/**
* The '<em><b>Equals</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #EQUALS_VALUE
* @generated
* @ordered
*/
EQUALS(0, "equals", "="),
/**
* The '<em><b>Notequals</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #NOTEQUALS_VALUE
* @generated
* @ordered
*/
NOTEQUALS(0, "notequals", "!="),
/**
* The '<em><b>Greaterthen</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #GREATERTHEN_VALUE
* @generated
* @ordered
*/
GREATERTHEN(0, "greaterthen", ">"),
/**
* The '<em><b>Greaterthenorequalto</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #GREATERTHENOREQUALTO_VALUE
* @generated
* @ordered
*/
GREATERTHENOREQUALTO(0, "greaterthenorequalto", ">="),
/**
* The '<em><b>Lessthen</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #LESSTHEN_VALUE
* @generated
* @ordered
*/
LESSTHEN(0, "lessthen", "<"),
/**
* The '<em><b>Lessthenorequalto</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #LESSTHENOREQUALTO_VALUE
* @generated
* @ordered
*/
LESSTHENOREQUALTO(0, "lessthenorequalto", "<="),
/**
* The '<em><b>Isnull</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #ISNULL_VALUE
* @generated
* @ordered
*/
ISNULL(0, "isnull", "isnull"),
/**
* The '<em><b>Isnotnull</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #ISNOTNULL_VALUE
* @generated
* @ordered
*/
ISNOTNULL(0, "isnotnull", "isnotnull");
/**
* The '<em><b>Equals</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>Equals</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #EQUALS
* @model name="equals" literal="="
* @generated
* @ordered
*/
public static final int EQUALS_VALUE = 0;
/**
* The '<em><b>Notequals</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>Notequals</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #NOTEQUALS
* @model name="notequals" literal="!="
* @generated
* @ordered
*/
public static final int NOTEQUALS_VALUE = 0;
/**
* The '<em><b>Greaterthen</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>Greaterthen</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #GREATERTHEN
* @model name="greaterthen" literal=">"
* @generated
* @ordered
*/
public static final int GREATERTHEN_VALUE = 0;
/**
* The '<em><b>Greaterthenorequalto</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>Greaterthenorequalto</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #GREATERTHENOREQUALTO
* @model name="greaterthenorequalto" literal=">="
* @generated
* @ordered
*/
public static final int GREATERTHENOREQUALTO_VALUE = 0;
/**
* The '<em><b>Lessthen</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>Lessthen</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #LESSTHEN
* @model name="lessthen" literal="<"
* @generated
* @ordered
*/
public static final int LESSTHEN_VALUE = 0;
/**
* The '<em><b>Lessthenorequalto</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>Lessthenorequalto</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #LESSTHENOREQUALTO
* @model name="lessthenorequalto" literal="<="
* @generated
* @ordered
*/
public static final int LESSTHENOREQUALTO_VALUE = 0;
/**
* The '<em><b>Isnull</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>Isnull</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #ISNULL
* @model name="isnull"
* @generated
* @ordered
*/
public static final int ISNULL_VALUE = 0;
/**
* The '<em><b>Isnotnull</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>Isnotnull</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #ISNOTNULL
* @model name="isnotnull"
* @generated
* @ordered
*/
public static final int ISNOTNULL_VALUE = 0;
/**
* An array of all the '<em><b>Operator</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
private static final Operator[] VALUES_ARRAY =
new Operator[] {
EQUALS,
NOTEQUALS,
GREATERTHEN,
GREATERTHENOREQUALTO,
LESSTHEN,
LESSTHENOREQUALTO,
ISNULL,
ISNOTNULL,
};
/**
* A public read-only list of all the '<em><b>Operator</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public static final List<Operator> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
/**
* Returns the '<em><b>Operator</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param literal the literal.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static Operator get(String literal) {
for (int i = 0; i < VALUES_ARRAY.length; ++i) {
Operator result = VALUES_ARRAY[i];
if (result.toString().equals(literal)) {
return result;
}
}
return null;
}
/**
* Returns the '<em><b>Operator</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param name the name.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static Operator getByName(String name) {
for (int i = 0; i < VALUES_ARRAY.length; ++i) {
Operator result = VALUES_ARRAY[i];
if (result.getName().equals(name)) {
return result;
}
}
return null;
}
/**
* Returns the '<em><b>Operator</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the integer value.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static Operator get(int value) {
switch (value) {
case EQUALS_VALUE: return EQUALS;
}
return null;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
private final int value;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
private final String name;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
private final String literal;
/**
* Only this class can construct instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
private Operator(int value, String name, String literal) {
this.value = value;
this.name = name;
this.literal = literal;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public int getValue() {
return value;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getName() {
return name;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getLiteral() {
return literal;
}
/**
* Returns the literal value of the enumerator, which is its string representation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public String toString() {
return literal;
}
} //Operator