public enum IfcActionSourceTypeEnum extends Enum<IfcActionSourceTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcActionSourceTypeEnum()| Enum Constant and Description |
|---|
BRAKES
The 'BRAKES' literal object.
|
BUOYANCY
The 'BUOYANCY' literal object.
|
COMPLETION_G1
The 'COMPLETION G1' literal object.
|
CREEP
The 'CREEP' literal object.
|
CURRENT
The 'CURRENT' literal object.
|
DEAD_LOAD_G
The 'DEAD LOAD G' literal object.
|
EARTHQUAKE_E
The 'EARTHQUAKE E' literal object.
|
ERECTION
The 'ERECTION' literal object.
|
FIRE
The 'FIRE' literal object.
|
ICE
The 'ICE' literal object.
|
IMPACT
The 'IMPACT' literal object.
|
IMPULSE
The 'IMPULSE' literal object.
|
LACK_OF_FIT
The 'LACK OF FIT' literal object.
|
LIVE_LOAD_Q
The 'LIVE LOAD Q' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PRESTRESSING_P
The 'PRESTRESSING P' literal object.
|
PROPPING
The 'PROPPING' literal object.
|
RAIN
The 'RAIN' literal object.
|
SETTLEMENT_U
The 'SETTLEMENT U' literal object.
|
SHRINKAGE
The 'SHRINKAGE' literal object.
|
SNOW_S
The 'SNOW S' literal object.
|
SYSTEM_IMPERFECTION
The 'SYSTEM IMPERFECTION' literal object.
|
TEMPERATURE_T
The 'TEMPERATURE T' literal object.
|
TRANSPORT
The 'TRANSPORT' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
WAVE
The 'WAVE' literal object.
|
WIND_W
The 'WIND W' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BRAKES_VALUE
The 'BRAKES' literal value.
|
static int |
BUOYANCY_VALUE
The 'BUOYANCY' literal value.
|
static int |
COMPLETION_G1_VALUE
The 'COMPLETION G1' literal value.
|
static int |
CREEP_VALUE
The 'CREEP' literal value.
|
static int |
CURRENT_VALUE
The 'CURRENT' literal value.
|
static int |
DEAD_LOAD_G_VALUE
The 'DEAD LOAD G' literal value.
|
static int |
EARTHQUAKE_E_VALUE
The 'EARTHQUAKE E' literal value.
|
static int |
ERECTION_VALUE
The 'ERECTION' literal value.
|
static int |
FIRE_VALUE
The 'FIRE' literal value.
|
static int |
ICE_VALUE
The 'ICE' literal value.
|
static int |
IMPACT_VALUE
The 'IMPACT' literal value.
|
static int |
IMPULSE_VALUE
The 'IMPULSE' literal value.
|
static int |
LACK_OF_FIT_VALUE
The 'LACK OF FIT' literal value.
|
static int |
LIVE_LOAD_Q_VALUE
The 'LIVE LOAD Q' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PRESTRESSING_P_VALUE
The 'PRESTRESSING P' literal value.
|
static int |
PROPPING_VALUE
The 'PROPPING' literal value.
|
static int |
RAIN_VALUE
The 'RAIN' literal value.
|
static int |
SETTLEMENT_U_VALUE
The 'SETTLEMENT U' literal value.
|
static int |
SHRINKAGE_VALUE
The 'SHRINKAGE' literal value.
|
static int |
SNOW_S_VALUE
The 'SNOW S' literal value.
|
static int |
SYSTEM_IMPERFECTION_VALUE
The 'SYSTEM IMPERFECTION' literal value.
|
static int |
TEMPERATURE_T_VALUE
The 'TEMPERATURE T' literal value.
|
static int |
TRANSPORT_VALUE
The 'TRANSPORT' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcActionSourceTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Action Source Type Enum' enumerators.
|
static int |
WAVE_VALUE
The 'WAVE' literal value.
|
static int |
WIND_W_VALUE
The 'WIND W' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcActionSourceTypeEnum |
get(int value)
Returns the 'Ifc Action Source Type Enum' literal with the specified integer value.
|
static IfcActionSourceTypeEnum |
get(String literal)
Returns the 'Ifc Action Source Type Enum' literal with the specified literal value.
|
static IfcActionSourceTypeEnum |
getByName(String name)
Returns the 'Ifc Action Source Type Enum' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static IfcActionSourceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcActionSourceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcActionSourceTypeEnum NULL
NULL_VALUEpublic static final IfcActionSourceTypeEnum SNOW_S
SNOW_S_VALUEpublic static final IfcActionSourceTypeEnum PRESTRESSING_P
PRESTRESSING_P_VALUEpublic static final IfcActionSourceTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcActionSourceTypeEnum EARTHQUAKE_E
EARTHQUAKE_E_VALUEpublic static final IfcActionSourceTypeEnum IMPULSE
IMPULSE_VALUEpublic static final IfcActionSourceTypeEnum SYSTEM_IMPERFECTION
SYSTEM_IMPERFECTION_VALUEpublic static final IfcActionSourceTypeEnum WAVE
WAVE_VALUEpublic static final IfcActionSourceTypeEnum TRANSPORT
TRANSPORT_VALUEpublic static final IfcActionSourceTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcActionSourceTypeEnum FIRE
FIRE_VALUEpublic static final IfcActionSourceTypeEnum ERECTION
ERECTION_VALUEpublic static final IfcActionSourceTypeEnum LACK_OF_FIT
LACK_OF_FIT_VALUEpublic static final IfcActionSourceTypeEnum TEMPERATURE_T
TEMPERATURE_T_VALUEpublic static final IfcActionSourceTypeEnum ICE
ICE_VALUEpublic static final IfcActionSourceTypeEnum BRAKES
BRAKES_VALUEpublic static final IfcActionSourceTypeEnum PROPPING
PROPPING_VALUEpublic static final IfcActionSourceTypeEnum CURRENT
CURRENT_VALUEpublic static final IfcActionSourceTypeEnum IMPACT
IMPACT_VALUEpublic static final IfcActionSourceTypeEnum BUOYANCY
BUOYANCY_VALUEpublic static final IfcActionSourceTypeEnum RAIN
RAIN_VALUEpublic static final IfcActionSourceTypeEnum SHRINKAGE
SHRINKAGE_VALUEpublic static final IfcActionSourceTypeEnum LIVE_LOAD_Q
LIVE_LOAD_Q_VALUEpublic static final IfcActionSourceTypeEnum CREEP
CREEP_VALUEpublic static final IfcActionSourceTypeEnum SETTLEMENT_U
SETTLEMENT_U_VALUEpublic static final IfcActionSourceTypeEnum DEAD_LOAD_G
DEAD_LOAD_G_VALUEpublic static final IfcActionSourceTypeEnum COMPLETION_G1
COMPLETION_G1_VALUEpublic static final IfcActionSourceTypeEnum WIND_W
WIND_W_VALUEpublic static final int NULL_VALUE
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL,
Constant Field Valuespublic static final int SNOW_S_VALUE
If the meaning of 'SNOW S' literal object isn't clear, there really should be more of a description here...
SNOW_S,
Constant Field Valuespublic static final int PRESTRESSING_P_VALUE
If the meaning of 'PRESTRESSING P' literal object isn't clear, there really should be more of a description here...
PRESTRESSING_P,
Constant Field Valuespublic static final int USERDEFINED_VALUE
If the meaning of 'USERDEFINED' literal object isn't clear, there really should be more of a description here...
USERDEFINED,
Constant Field Valuespublic static final int EARTHQUAKE_E_VALUE
If the meaning of 'EARTHQUAKE E' literal object isn't clear, there really should be more of a description here...
EARTHQUAKE_E,
Constant Field Valuespublic static final int IMPULSE_VALUE
If the meaning of 'IMPULSE' literal object isn't clear, there really should be more of a description here...
IMPULSE,
Constant Field Valuespublic static final int SYSTEM_IMPERFECTION_VALUE
If the meaning of 'SYSTEM IMPERFECTION' literal object isn't clear, there really should be more of a description here...
SYSTEM_IMPERFECTION,
Constant Field Valuespublic static final int WAVE_VALUE
If the meaning of 'WAVE' literal object isn't clear, there really should be more of a description here...
WAVE,
Constant Field Valuespublic static final int TRANSPORT_VALUE
If the meaning of 'TRANSPORT' literal object isn't clear, there really should be more of a description here...
TRANSPORT,
Constant Field Valuespublic static final int NOTDEFINED_VALUE
If the meaning of 'NOTDEFINED' literal object isn't clear, there really should be more of a description here...
NOTDEFINED,
Constant Field Valuespublic static final int FIRE_VALUE
If the meaning of 'FIRE' literal object isn't clear, there really should be more of a description here...
FIRE,
Constant Field Valuespublic static final int ERECTION_VALUE
If the meaning of 'ERECTION' literal object isn't clear, there really should be more of a description here...
ERECTION,
Constant Field Valuespublic static final int LACK_OF_FIT_VALUE
If the meaning of 'LACK OF FIT' literal object isn't clear, there really should be more of a description here...
LACK_OF_FIT,
Constant Field Valuespublic static final int TEMPERATURE_T_VALUE
If the meaning of 'TEMPERATURE T' literal object isn't clear, there really should be more of a description here...
TEMPERATURE_T,
Constant Field Valuespublic static final int ICE_VALUE
If the meaning of 'ICE' literal object isn't clear, there really should be more of a description here...
ICE,
Constant Field Valuespublic static final int BRAKES_VALUE
If the meaning of 'BRAKES' literal object isn't clear, there really should be more of a description here...
BRAKES,
Constant Field Valuespublic static final int PROPPING_VALUE
If the meaning of 'PROPPING' literal object isn't clear, there really should be more of a description here...
PROPPING,
Constant Field Valuespublic static final int CURRENT_VALUE
If the meaning of 'CURRENT' literal object isn't clear, there really should be more of a description here...
CURRENT,
Constant Field Valuespublic static final int IMPACT_VALUE
If the meaning of 'IMPACT' literal object isn't clear, there really should be more of a description here...
IMPACT,
Constant Field Valuespublic static final int BUOYANCY_VALUE
If the meaning of 'BUOYANCY' literal object isn't clear, there really should be more of a description here...
BUOYANCY,
Constant Field Valuespublic static final int RAIN_VALUE
If the meaning of 'RAIN' literal object isn't clear, there really should be more of a description here...
RAIN,
Constant Field Valuespublic static final int SHRINKAGE_VALUE
If the meaning of 'SHRINKAGE' literal object isn't clear, there really should be more of a description here...
SHRINKAGE,
Constant Field Valuespublic static final int LIVE_LOAD_Q_VALUE
If the meaning of 'LIVE LOAD Q' literal object isn't clear, there really should be more of a description here...
LIVE_LOAD_Q,
Constant Field Valuespublic static final int CREEP_VALUE
If the meaning of 'CREEP' literal object isn't clear, there really should be more of a description here...
CREEP,
Constant Field Valuespublic static final int SETTLEMENT_U_VALUE
If the meaning of 'SETTLEMENT U' literal object isn't clear, there really should be more of a description here...
SETTLEMENT_U,
Constant Field Valuespublic static final int DEAD_LOAD_G_VALUE
If the meaning of 'DEAD LOAD G' literal object isn't clear, there really should be more of a description here...
DEAD_LOAD_G,
Constant Field Valuespublic static final int COMPLETION_G1_VALUE
If the meaning of 'COMPLETION G1' literal object isn't clear, there really should be more of a description here...
COMPLETION_G1,
Constant Field Valuespublic static final int WIND_W_VALUE
If the meaning of 'WIND W' literal object isn't clear, there really should be more of a description here...
WIND_W,
Constant Field Valuespublic static final List<IfcActionSourceTypeEnum> VALUES
public static IfcActionSourceTypeEnum[] values()
for (IfcActionSourceTypeEnum c : IfcActionSourceTypeEnum.values()) System.out.println(c);
public static IfcActionSourceTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static IfcActionSourceTypeEnum get(String literal)
literal - the literal.null.public static IfcActionSourceTypeEnum getByName(String name)
name - the name.null.public static IfcActionSourceTypeEnum get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<IfcActionSourceTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.