All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc4.IfcTaskTypeEnum Maven / Gradle / Ivy

/**
 * Copyright (C) 2009-2014 BIMserver.org
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see .
 */
package org.bimserver.models.ifc4;

import java.util.Arrays;
import java.util.Collections;
import java.util.List;

import org.eclipse.emf.common.util.Enumerator;

/**
 * 
 * A representation of the literals of the enumeration 'Ifc Task Type Enum',
 * and utility methods for working with them.
 * 
 * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTaskTypeEnum()
 * @model
 * @generated
 */
public enum IfcTaskTypeEnum implements Enumerator {
	/**
	 * The 'NULL' literal object.
	 * 
	 * 
	 * @see #NULL_VALUE
	 * @generated
	 * @ordered
	 */
	NULL(0, "NULL", "NULL"),

	/**
	 * The 'DEMOLITION' literal object.
	 * 
	 * 
	 * @see #DEMOLITION_VALUE
	 * @generated
	 * @ordered
	 */
	DEMOLITION(1, "DEMOLITION", "DEMOLITION"),

	/**
	 * The 'DISMANTLE' literal object.
	 * 
	 * 
	 * @see #DISMANTLE_VALUE
	 * @generated
	 * @ordered
	 */
	DISMANTLE(2, "DISMANTLE", "DISMANTLE"),

	/**
	 * The 'ATTENDANCE' literal object.
	 * 
	 * 
	 * @see #ATTENDANCE_VALUE
	 * @generated
	 * @ordered
	 */
	ATTENDANCE(3, "ATTENDANCE", "ATTENDANCE"),

	/**
	 * The 'USERDEFINED' literal object.
	 * 
	 * 
	 * @see #USERDEFINED_VALUE
	 * @generated
	 * @ordered
	 */
	USERDEFINED(4, "USERDEFINED", "USERDEFINED"),

	/**
	 * The 'RENOVATION' literal object.
	 * 
	 * 
	 * @see #RENOVATION_VALUE
	 * @generated
	 * @ordered
	 */
	RENOVATION(5, "RENOVATION", "RENOVATION"),

	/**
	 * The 'MAINTENANCE' literal object.
	 * 
	 * 
	 * @see #MAINTENANCE_VALUE
	 * @generated
	 * @ordered
	 */
	MAINTENANCE(6, "MAINTENANCE", "MAINTENANCE"),

	/**
	 * The 'NOTDEFINED' literal object.
	 * 
	 * 
	 * @see #NOTDEFINED_VALUE
	 * @generated
	 * @ordered
	 */
	NOTDEFINED(7, "NOTDEFINED", "NOTDEFINED"),

	/**
	 * The 'REMOVAL' literal object.
	 * 
	 * 
	 * @see #REMOVAL_VALUE
	 * @generated
	 * @ordered
	 */
	REMOVAL(8, "REMOVAL", "REMOVAL"),

	/**
	 * The 'DISPOSAL' literal object.
	 * 
	 * 
	 * @see #DISPOSAL_VALUE
	 * @generated
	 * @ordered
	 */
	DISPOSAL(9, "DISPOSAL", "DISPOSAL"),

	/**
	 * The 'MOVE' literal object.
	 * 
	 * 
	 * @see #MOVE_VALUE
	 * @generated
	 * @ordered
	 */
	MOVE(10, "MOVE", "MOVE"),

	/**
	 * The 'OPERATION' literal object.
	 * 
	 * 
	 * @see #OPERATION_VALUE
	 * @generated
	 * @ordered
	 */
	OPERATION(11, "OPERATION", "OPERATION"),

	/**
	 * The 'INSTALLATION' literal object.
	 * 
	 * 
	 * @see #INSTALLATION_VALUE
	 * @generated
	 * @ordered
	 */
	INSTALLATION(12, "INSTALLATION", "INSTALLATION"),

	/**
	 * The 'CONSTRUCTION' literal object.
	 * 
	 * 
	 * @see #CONSTRUCTION_VALUE
	 * @generated
	 * @ordered
	 */
	CONSTRUCTION(13, "CONSTRUCTION", "CONSTRUCTION"),

	/**
	 * The 'LOGISTIC' literal object.
	 * 
	 * 
	 * @see #LOGISTIC_VALUE
	 * @generated
	 * @ordered
	 */
	LOGISTIC(14, "LOGISTIC", "LOGISTIC");

	/**
	 * The 'NULL' literal value.
	 * 
	 * 

* If the meaning of 'NULL' literal object isn't clear, * there really should be more of a description here... *

* * @see #NULL * @model * @generated * @ordered */ public static final int NULL_VALUE = 0; /** * The 'DEMOLITION' literal value. * *

* If the meaning of 'DEMOLITION' literal object isn't clear, * there really should be more of a description here... *

* * @see #DEMOLITION * @model * @generated * @ordered */ public static final int DEMOLITION_VALUE = 1; /** * The 'DISMANTLE' literal value. * *

* If the meaning of 'DISMANTLE' literal object isn't clear, * there really should be more of a description here... *

* * @see #DISMANTLE * @model * @generated * @ordered */ public static final int DISMANTLE_VALUE = 2; /** * The 'ATTENDANCE' literal value. * *

* If the meaning of 'ATTENDANCE' literal object isn't clear, * there really should be more of a description here... *

* * @see #ATTENDANCE * @model * @generated * @ordered */ public static final int ATTENDANCE_VALUE = 3; /** * The 'USERDEFINED' literal value. * *

* If the meaning of 'USERDEFINED' literal object isn't clear, * there really should be more of a description here... *

* * @see #USERDEFINED * @model * @generated * @ordered */ public static final int USERDEFINED_VALUE = 4; /** * The 'RENOVATION' literal value. * *

* If the meaning of 'RENOVATION' literal object isn't clear, * there really should be more of a description here... *

* * @see #RENOVATION * @model * @generated * @ordered */ public static final int RENOVATION_VALUE = 5; /** * The 'MAINTENANCE' literal value. * *

* If the meaning of 'MAINTENANCE' literal object isn't clear, * there really should be more of a description here... *

* * @see #MAINTENANCE * @model * @generated * @ordered */ public static final int MAINTENANCE_VALUE = 6; /** * The 'NOTDEFINED' literal value. * *

* If the meaning of 'NOTDEFINED' literal object isn't clear, * there really should be more of a description here... *

* * @see #NOTDEFINED * @model * @generated * @ordered */ public static final int NOTDEFINED_VALUE = 7; /** * The 'REMOVAL' literal value. * *

* If the meaning of 'REMOVAL' literal object isn't clear, * there really should be more of a description here... *

* * @see #REMOVAL * @model * @generated * @ordered */ public static final int REMOVAL_VALUE = 8; /** * The 'DISPOSAL' literal value. * *

* If the meaning of 'DISPOSAL' literal object isn't clear, * there really should be more of a description here... *

* * @see #DISPOSAL * @model * @generated * @ordered */ public static final int DISPOSAL_VALUE = 9; /** * The 'MOVE' literal value. * *

* If the meaning of 'MOVE' literal object isn't clear, * there really should be more of a description here... *

* * @see #MOVE * @model * @generated * @ordered */ public static final int MOVE_VALUE = 10; /** * The 'OPERATION' literal value. * *

* If the meaning of 'OPERATION' literal object isn't clear, * there really should be more of a description here... *

* * @see #OPERATION * @model * @generated * @ordered */ public static final int OPERATION_VALUE = 11; /** * The 'INSTALLATION' literal value. * *

* If the meaning of 'INSTALLATION' literal object isn't clear, * there really should be more of a description here... *

* * @see #INSTALLATION * @model * @generated * @ordered */ public static final int INSTALLATION_VALUE = 12; /** * The 'CONSTRUCTION' literal value. * *

* If the meaning of 'CONSTRUCTION' literal object isn't clear, * there really should be more of a description here... *

* * @see #CONSTRUCTION * @model * @generated * @ordered */ public static final int CONSTRUCTION_VALUE = 13; /** * The 'LOGISTIC' literal value. * *

* If the meaning of 'LOGISTIC' literal object isn't clear, * there really should be more of a description here... *

* * @see #LOGISTIC * @model * @generated * @ordered */ public static final int LOGISTIC_VALUE = 14; /** * An array of all the 'Ifc Task Type Enum' enumerators. * * * @generated */ private static final IfcTaskTypeEnum[] VALUES_ARRAY = new IfcTaskTypeEnum[] { NULL, DEMOLITION, DISMANTLE, ATTENDANCE, USERDEFINED, RENOVATION, MAINTENANCE, NOTDEFINED, REMOVAL, DISPOSAL, MOVE, OPERATION, INSTALLATION, CONSTRUCTION, LOGISTIC, }; /** * A public read-only list of all the 'Ifc Task Type Enum' enumerators. * * * @generated */ public static final List VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY)); /** * Returns the 'Ifc Task Type Enum' literal with the specified literal value. * * * @param literal the literal. * @return the matching enumerator or null. * @generated */ public static IfcTaskTypeEnum get(String literal) { for (int i = 0; i < VALUES_ARRAY.length; ++i) { IfcTaskTypeEnum result = VALUES_ARRAY[i]; if (result.toString().equals(literal)) { return result; } } return null; } /** * Returns the 'Ifc Task Type Enum' literal with the specified name. * * * @param name the name. * @return the matching enumerator or null. * @generated */ public static IfcTaskTypeEnum getByName(String name) { for (int i = 0; i < VALUES_ARRAY.length; ++i) { IfcTaskTypeEnum result = VALUES_ARRAY[i]; if (result.getName().equals(name)) { return result; } } return null; } /** * Returns the 'Ifc Task Type Enum' literal with the specified integer value. * * * @param value the integer value. * @return the matching enumerator or null. * @generated */ public static IfcTaskTypeEnum get(int value) { switch (value) { case NULL_VALUE: return NULL; case DEMOLITION_VALUE: return DEMOLITION; case DISMANTLE_VALUE: return DISMANTLE; case ATTENDANCE_VALUE: return ATTENDANCE; case USERDEFINED_VALUE: return USERDEFINED; case RENOVATION_VALUE: return RENOVATION; case MAINTENANCE_VALUE: return MAINTENANCE; case NOTDEFINED_VALUE: return NOTDEFINED; case REMOVAL_VALUE: return REMOVAL; case DISPOSAL_VALUE: return DISPOSAL; case MOVE_VALUE: return MOVE; case OPERATION_VALUE: return OPERATION; case INSTALLATION_VALUE: return INSTALLATION; case CONSTRUCTION_VALUE: return CONSTRUCTION; case LOGISTIC_VALUE: return LOGISTIC; } return null; } /** * * * @generated */ private final int value; /** * * * @generated */ private final String name; /** * * * @generated */ private final String literal; /** * Only this class can construct instances. * * * @generated */ private IfcTaskTypeEnum(int value, String name, String literal) { this.value = value; this.name = name; this.literal = literal; } /** * * * @generated */ public int getValue() { return value; } /** * * * @generated */ public String getName() { return name; } /** * * * @generated */ public String getLiteral() { return literal; } /** * Returns the literal value of the enumerator, which is its string representation. * * * @generated */ @Override public String toString() { return literal; } } //IfcTaskTypeEnum




© 2015 - 2024 Weber Informatics LLC | Privacy Policy