blob: d371e6f3520c0c9d09051c5f1be0e92e0ad76aa7 [file] [log] [blame]
/**
* Copyright (c) 2014, Loetz GmbH&Co.KG (Heidelberg)
* 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
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Joerg Riegel - Initial implementation
*
*/
package org.eclipse.osbp.xtext.datainterchange;
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>Condition And Operator1</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getConditionAndOperator1()
* @model
* @generated
*/
public enum ConditionAndOperator1 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>In</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #IN_VALUE
* @generated
* @ordered
*/
IN(0, "in", "in"),
/**
* The '<em><b>Between</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #BETWEEN_VALUE
* @generated
* @ordered
*/
BETWEEN(0, "between", "between"),
/**
* The '<em><b>Like</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #LIKE_VALUE
* @generated
* @ordered
*/
LIKE(0, "like", "like"),
/**
* The '<em><b>Not</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #NOT_VALUE
* @generated
* @ordered
*/
NOT(0, "not", "not"),
/**
* 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>Exists</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #EXISTS_VALUE
* @generated
* @ordered
*/
EXISTS(0, "exists", "exists");
/**
* 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>In</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>In</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #IN
* @model name="in"
* @generated
* @ordered
*/
public static final int IN_VALUE = 0;
/**
* The '<em><b>Between</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>Between</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #BETWEEN
* @model name="between"
* @generated
* @ordered
*/
public static final int BETWEEN_VALUE = 0;
/**
* The '<em><b>Like</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>Like</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #LIKE
* @model name="like"
* @generated
* @ordered
*/
public static final int LIKE_VALUE = 0;
/**
* The '<em><b>Not</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>Not</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #NOT
* @model name="not"
* @generated
* @ordered
*/
public static final int NOT_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;
/**
* The '<em><b>Exists</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>Exists</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #EXISTS
* @model name="exists"
* @generated
* @ordered
*/
public static final int EXISTS_VALUE = 0;
/**
* An array of all the '<em><b>Condition And Operator1</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
private static final ConditionAndOperator1[] VALUES_ARRAY =
new ConditionAndOperator1[] {
EQUALS,
NOTEQUALS,
GREATERTHEN,
GREATERTHENOREQUALTO,
LESSTHEN,
LESSTHENOREQUALTO,
IN,
BETWEEN,
LIKE,
NOT,
ISNULL,
ISNOTNULL,
EXISTS,
};
/**
* A public read-only list of all the '<em><b>Condition And Operator1</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public static final List<ConditionAndOperator1> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
/**
* Returns the '<em><b>Condition And Operator1</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 ConditionAndOperator1 get(String literal) {
for (int i = 0; i < VALUES_ARRAY.length; ++i) {
ConditionAndOperator1 result = VALUES_ARRAY[i];
if (result.toString().equals(literal)) {
return result;
}
}
return null;
}
/**
* Returns the '<em><b>Condition And Operator1</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 ConditionAndOperator1 getByName(String name) {
for (int i = 0; i < VALUES_ARRAY.length; ++i) {
ConditionAndOperator1 result = VALUES_ARRAY[i];
if (result.getName().equals(name)) {
return result;
}
}
return null;
}
/**
* Returns the '<em><b>Condition And Operator1</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 ConditionAndOperator1 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 ConditionAndOperator1(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;
}
} //ConditionAndOperator1