blob: 840a224b32197cd98165684c6719f274853dccc4 [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
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Joerg Riegel - Initial implementation
*
*/
package org.eclipse.osbp.xtext.chart;
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>Canvas Font Family Enum</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
* @see org.eclipse.osbp.xtext.chart.ChartDSLPackage#getCanvasFontFamilyEnum()
* @model
* @generated
*/
public enum CanvasFontFamilyEnum implements Enumerator {
/**
* The '<em><b>DEFAULT</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #DEFAULT_VALUE
* @generated
* @ordered
*/
DEFAULT(0, "DEFAULT", "Default"),
/**
* The '<em><b>ARIAL</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #ARIAL_VALUE
* @generated
* @ordered
*/
ARIAL(0, "ARIAL", "Arial"),
/**
* The '<em><b>VERDANA</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #VERDANA_VALUE
* @generated
* @ordered
*/
VERDANA(0, "VERDANA", "Verdana"),
/**
* The '<em><b>TIMESNEWROMAN</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #TIMESNEWROMAN_VALUE
* @generated
* @ordered
*/
TIMESNEWROMAN(0, "TIMESNEWROMAN", "Times New Roman"),
/**
* The '<em><b>COURIERNEW</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #COURIERNEW_VALUE
* @generated
* @ordered
*/
COURIERNEW(0, "COURIERNEW", "Courier New"),
/**
* The '<em><b>SERIF</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #SERIF_VALUE
* @generated
* @ordered
*/
SERIF(0, "SERIF", "serif"),
/**
* The '<em><b>SANSERIF</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #SANSERIF_VALUE
* @generated
* @ordered
*/
SANSERIF(0, "SANSERIF", "sans-serif");
/**
* The '<em><b>DEFAULT</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>DEFAULT</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #DEFAULT
* @model literal="Default"
* @generated
* @ordered
*/
public static final int DEFAULT_VALUE = 0;
/**
* The '<em><b>ARIAL</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>ARIAL</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #ARIAL
* @model literal="Arial"
* @generated
* @ordered
*/
public static final int ARIAL_VALUE = 0;
/**
* The '<em><b>VERDANA</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>VERDANA</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #VERDANA
* @model literal="Verdana"
* @generated
* @ordered
*/
public static final int VERDANA_VALUE = 0;
/**
* The '<em><b>TIMESNEWROMAN</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>TIMESNEWROMAN</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #TIMESNEWROMAN
* @model literal="Times New Roman"
* @generated
* @ordered
*/
public static final int TIMESNEWROMAN_VALUE = 0;
/**
* The '<em><b>COURIERNEW</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>COURIERNEW</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #COURIERNEW
* @model literal="Courier New"
* @generated
* @ordered
*/
public static final int COURIERNEW_VALUE = 0;
/**
* The '<em><b>SERIF</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>SERIF</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #SERIF
* @model literal="serif"
* @generated
* @ordered
*/
public static final int SERIF_VALUE = 0;
/**
* The '<em><b>SANSERIF</b></em>' literal value.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<em><b>SANSERIF</b></em>' literal object isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @see #SANSERIF
* @model literal="sans-serif"
* @generated
* @ordered
*/
public static final int SANSERIF_VALUE = 0;
/**
* An array of all the '<em><b>Canvas Font Family Enum</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
private static final CanvasFontFamilyEnum[] VALUES_ARRAY =
new CanvasFontFamilyEnum[] {
DEFAULT,
ARIAL,
VERDANA,
TIMESNEWROMAN,
COURIERNEW,
SERIF,
SANSERIF,
};
/**
* A public read-only list of all the '<em><b>Canvas Font Family Enum</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public static final List<CanvasFontFamilyEnum> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
/**
* Returns the '<em><b>Canvas Font Family Enum</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 CanvasFontFamilyEnum get(String literal) {
for (int i = 0; i < VALUES_ARRAY.length; ++i) {
CanvasFontFamilyEnum result = VALUES_ARRAY[i];
if (result.toString().equals(literal)) {
return result;
}
}
return null;
}
/**
* Returns the '<em><b>Canvas Font Family Enum</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 CanvasFontFamilyEnum getByName(String name) {
for (int i = 0; i < VALUES_ARRAY.length; ++i) {
CanvasFontFamilyEnum result = VALUES_ARRAY[i];
if (result.getName().equals(name)) {
return result;
}
}
return null;
}
/**
* Returns the '<em><b>Canvas Font Family Enum</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 CanvasFontFamilyEnum get(int value) {
switch (value) {
case DEFAULT_VALUE: return DEFAULT;
}
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 CanvasFontFamilyEnum(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;
}
} //CanvasFontFamilyEnum