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

org.bimserver.models.ifc4.IfcDoorPanelOperationEnum 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 Door Panel Operation Enum',
 * and utility methods for working with them.
 * 
 * @see org.bimserver.models.ifc4.Ifc4Package#getIfcDoorPanelOperationEnum()
 * @model
 * @generated
 */
public enum IfcDoorPanelOperationEnum implements Enumerator {
	/**
	 * The 'NULL' literal object.
	 * 
	 * 
	 * @see #NULL_VALUE
	 * @generated
	 * @ordered
	 */
	NULL(0, "NULL", "NULL"),

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

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

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

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

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

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

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

	/**
	 * The 'DOUBLE ACTING' literal object.
	 * 
	 * 
	 * @see #DOUBLE_ACTING_VALUE
	 * @generated
	 * @ordered
	 */
	DOUBLE_ACTING(8, "DOUBLE_ACTING", "DOUBLE_ACTING"),

	/**
	 * The 'FIXEDPANEL' literal object.
	 * 
	 * 
	 * @see #FIXEDPANEL_VALUE
	 * @generated
	 * @ordered
	 */
	FIXEDPANEL(9, "FIXEDPANEL", "FIXEDPANEL");

	/**
	 * 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 '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 = 1; /** * The 'FOLDING' literal value. * *

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

* * @see #FOLDING * @model * @generated * @ordered */ public static final int FOLDING_VALUE = 2; /** * The 'SLIDING' literal value. * *

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

* * @see #SLIDING * @model * @generated * @ordered */ public static final int SLIDING_VALUE = 3; /** * The 'REVOLVING' literal value. * *

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

* * @see #REVOLVING * @model * @generated * @ordered */ public static final int REVOLVING_VALUE = 4; /** * The 'SWINGING' literal value. * *

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

* * @see #SWINGING * @model * @generated * @ordered */ public static final int SWINGING_VALUE = 5; /** * 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 = 6; /** * The 'ROLLINGUP' literal value. * *

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

* * @see #ROLLINGUP * @model * @generated * @ordered */ public static final int ROLLINGUP_VALUE = 7; /** * The 'DOUBLE ACTING' literal value. * *

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

* * @see #DOUBLE_ACTING * @model * @generated * @ordered */ public static final int DOUBLE_ACTING_VALUE = 8; /** * The 'FIXEDPANEL' literal value. * *

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

* * @see #FIXEDPANEL * @model * @generated * @ordered */ public static final int FIXEDPANEL_VALUE = 9; /** * An array of all the 'Ifc Door Panel Operation Enum' enumerators. * * * @generated */ private static final IfcDoorPanelOperationEnum[] VALUES_ARRAY = new IfcDoorPanelOperationEnum[] { NULL, NOTDEFINED, FOLDING, SLIDING, REVOLVING, SWINGING, USERDEFINED, ROLLINGUP, DOUBLE_ACTING, FIXEDPANEL, }; /** * A public read-only list of all the 'Ifc Door Panel Operation Enum' enumerators. * * * @generated */ public static final List VALUES = Collections .unmodifiableList(Arrays.asList(VALUES_ARRAY)); /** * Returns the 'Ifc Door Panel Operation Enum' literal with the specified literal value. * * * @param literal the literal. * @return the matching enumerator or null. * @generated */ public static IfcDoorPanelOperationEnum get(String literal) { for (int i = 0; i < VALUES_ARRAY.length; ++i) { IfcDoorPanelOperationEnum result = VALUES_ARRAY[i]; if (result.toString().equals(literal)) { return result; } } return null; } /** * Returns the 'Ifc Door Panel Operation Enum' literal with the specified name. * * * @param name the name. * @return the matching enumerator or null. * @generated */ public static IfcDoorPanelOperationEnum getByName(String name) { for (int i = 0; i < VALUES_ARRAY.length; ++i) { IfcDoorPanelOperationEnum result = VALUES_ARRAY[i]; if (result.getName().equals(name)) { return result; } } return null; } /** * Returns the 'Ifc Door Panel Operation Enum' literal with the specified integer value. * * * @param value the integer value. * @return the matching enumerator or null. * @generated */ public static IfcDoorPanelOperationEnum get(int value) { switch (value) { case NULL_VALUE: return NULL; case NOTDEFINED_VALUE: return NOTDEFINED; case FOLDING_VALUE: return FOLDING; case SLIDING_VALUE: return SLIDING; case REVOLVING_VALUE: return REVOLVING; case SWINGING_VALUE: return SWINGING; case USERDEFINED_VALUE: return USERDEFINED; case ROLLINGUP_VALUE: return ROLLINGUP; case DOUBLE_ACTING_VALUE: return DOUBLE_ACTING; case FIXEDPANEL_VALUE: return FIXEDPANEL; } 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 IfcDoorPanelOperationEnum(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; } } //IfcDoorPanelOperationEnum




© 2015 - 2025 Weber Informatics LLC | Privacy Policy