| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<IfcAlarmTypeEnum> |
IfcAlarmTypeEnum.VALUES
A public read-only list of all the 'Ifc Alarm Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcAlarmTypeEnum |
IfcAlarmTypeEnum.get(int value)
Returns the 'Ifc Alarm Type Enum' literal with the specified integer value.
|
static IfcAlarmTypeEnum |
IfcAlarmTypeEnum.get(String literal)
Returns the 'Ifc Alarm Type Enum' literal with the specified literal value.
|
static IfcAlarmTypeEnum |
IfcAlarmTypeEnum.getByName(String name)
Returns the 'Ifc Alarm Type Enum' literal with the specified name.
|
IfcAlarmTypeEnum |
IfcAlarmType.getPredefinedType()
Returns the value of the 'Predefined Type' attribute.
|
IfcAlarmTypeEnum |
IfcAlarm.getPredefinedType()
Returns the value of the 'Predefined Type' attribute.
|
static IfcAlarmTypeEnum |
IfcAlarmTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcAlarmTypeEnum[] |
IfcAlarmTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcAlarmType.setPredefinedType(IfcAlarmTypeEnum value)
Sets the value of the '
Predefined Type' attribute. |
void |
IfcAlarm.setPredefinedType(IfcAlarmTypeEnum value)
Sets the value of the '
Predefined Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
IfcAlarmTypeEnum |
Ifc4FactoryImpl.createIfcAlarmTypeEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
IfcAlarmTypeEnum |
IfcAlarmImpl.getPredefinedType() |
IfcAlarmTypeEnum |
IfcAlarmTypeImpl.getPredefinedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcAlarmImpl.setPredefinedType(IfcAlarmTypeEnum newPredefinedType) |
void |
IfcAlarmTypeImpl.setPredefinedType(IfcAlarmTypeEnum newPredefinedType) |
Copyright © 2016 OpenSource BIM. All rights reserved.