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

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

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

The newest version!
/**
 * 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 Damper Type Enum',
 * and utility methods for working with them.
 * 
 * @see org.bimserver.models.ifc4.Ifc4Package#getIfcDamperTypeEnum()
 * @model
 * @generated
 */
public enum IfcDamperTypeEnum implements Enumerator {
	/**
	 * The 'NULL' literal object.
	 * 
	 * 
	 * @see #NULL_VALUE
	 * @generated
	 * @ordered
	 */
	NULL(0, "NULL", "NULL"),

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

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

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

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

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

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

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

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

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

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

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

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

	/**
	 * The 'SMOKEDAMPER' literal object.
	 * 
	 * 
	 * @see #SMOKEDAMPER_VALUE
	 * @generated
	 * @ordered
	 */
	SMOKEDAMPER(13, "SMOKEDAMPER", "SMOKEDAMPER");

	/**
	 * 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 'CONTROLDAMPER' literal value. * *

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

* * @see #CONTROLDAMPER * @model * @generated * @ordered */ public static final int CONTROLDAMPER_VALUE = 1; /** * The 'FUMEHOODEXHAUST' literal value. * *

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

* * @see #FUMEHOODEXHAUST * @model * @generated * @ordered */ public static final int FUMEHOODEXHAUST_VALUE = 2; /** * The 'BALANCINGDAMPER' literal value. * *

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

* * @see #BALANCINGDAMPER * @model * @generated * @ordered */ public static final int BALANCINGDAMPER_VALUE = 3; /** * The 'GRAVITYRELIEFDAMPER' literal value. * *

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

* * @see #GRAVITYRELIEFDAMPER * @model * @generated * @ordered */ public static final int GRAVITYRELIEFDAMPER_VALUE = 4; /** * 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 = 5; /** * The 'FIREDAMPER' literal value. * *

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

* * @see #FIREDAMPER * @model * @generated * @ordered */ public static final int FIREDAMPER_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 'GRAVITYDAMPER' literal value. * *

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

* * @see #GRAVITYDAMPER * @model * @generated * @ordered */ public static final int GRAVITYDAMPER_VALUE = 8; /** * The 'BLASTDAMPER' literal value. * *

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

* * @see #BLASTDAMPER * @model * @generated * @ordered */ public static final int BLASTDAMPER_VALUE = 9; /** * The 'BACKDRAFTDAMPER' literal value. * *

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

* * @see #BACKDRAFTDAMPER * @model * @generated * @ordered */ public static final int BACKDRAFTDAMPER_VALUE = 10; /** * The 'FIRESMOKEDAMPER' literal value. * *

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

* * @see #FIRESMOKEDAMPER * @model * @generated * @ordered */ public static final int FIRESMOKEDAMPER_VALUE = 11; /** * The 'RELIEFDAMPER' literal value. * *

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

* * @see #RELIEFDAMPER * @model * @generated * @ordered */ public static final int RELIEFDAMPER_VALUE = 12; /** * The 'SMOKEDAMPER' literal value. * *

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

* * @see #SMOKEDAMPER * @model * @generated * @ordered */ public static final int SMOKEDAMPER_VALUE = 13; /** * An array of all the 'Ifc Damper Type Enum' enumerators. * * * @generated */ private static final IfcDamperTypeEnum[] VALUES_ARRAY = new IfcDamperTypeEnum[] { NULL, CONTROLDAMPER, FUMEHOODEXHAUST, BALANCINGDAMPER, GRAVITYRELIEFDAMPER, USERDEFINED, FIREDAMPER, NOTDEFINED, GRAVITYDAMPER, BLASTDAMPER, BACKDRAFTDAMPER, FIRESMOKEDAMPER, RELIEFDAMPER, SMOKEDAMPER, }; /** * A public read-only list of all the 'Ifc Damper Type Enum' enumerators. * * * @generated */ public static final List VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY)); /** * Returns the 'Ifc Damper Type Enum' literal with the specified literal value. * * * @param literal the literal. * @return the matching enumerator or null. * @generated */ public static IfcDamperTypeEnum get(String literal) { for (int i = 0; i < VALUES_ARRAY.length; ++i) { IfcDamperTypeEnum result = VALUES_ARRAY[i]; if (result.toString().equals(literal)) { return result; } } return null; } /** * Returns the 'Ifc Damper Type Enum' literal with the specified name. * * * @param name the name. * @return the matching enumerator or null. * @generated */ public static IfcDamperTypeEnum getByName(String name) { for (int i = 0; i < VALUES_ARRAY.length; ++i) { IfcDamperTypeEnum result = VALUES_ARRAY[i]; if (result.getName().equals(name)) { return result; } } return null; } /** * Returns the 'Ifc Damper Type Enum' literal with the specified integer value. * * * @param value the integer value. * @return the matching enumerator or null. * @generated */ public static IfcDamperTypeEnum get(int value) { switch (value) { case NULL_VALUE: return NULL; case CONTROLDAMPER_VALUE: return CONTROLDAMPER; case FUMEHOODEXHAUST_VALUE: return FUMEHOODEXHAUST; case BALANCINGDAMPER_VALUE: return BALANCINGDAMPER; case GRAVITYRELIEFDAMPER_VALUE: return GRAVITYRELIEFDAMPER; case USERDEFINED_VALUE: return USERDEFINED; case FIREDAMPER_VALUE: return FIREDAMPER; case NOTDEFINED_VALUE: return NOTDEFINED; case GRAVITYDAMPER_VALUE: return GRAVITYDAMPER; case BLASTDAMPER_VALUE: return BLASTDAMPER; case BACKDRAFTDAMPER_VALUE: return BACKDRAFTDAMPER; case FIRESMOKEDAMPER_VALUE: return FIRESMOKEDAMPER; case RELIEFDAMPER_VALUE: return RELIEFDAMPER; case SMOKEDAMPER_VALUE: return SMOKEDAMPER; } 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 IfcDamperTypeEnum(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; } } //IfcDamperTypeEnum




© 2015 - 2024 Weber Informatics LLC | Privacy Policy