@IfcClass(type=ENUMERATION, layer=SHARED) public enum IfcFlowDirectionEnum extends Enum<IfcFlowDirectionEnum>
| 枚举常量和说明 |
|---|
NOTDEFINED
Undefined flow direction.
|
SINK
A flow sink (e.g., it flows into the connection)
|
SOURCE
A source of flow (e.g., it flows out of the connection)
|
SOURCEANDSINK
Both a source and sink (e.g., it flows both into and out of the connection simultaneously)
|
public static final IfcFlowDirectionEnum SOURCE
public static final IfcFlowDirectionEnum SINK
public static final IfcFlowDirectionEnum SOURCEANDSINK
public static final IfcFlowDirectionEnum NOTDEFINED
public static IfcFlowDirectionEnum[] values()
for (IfcFlowDirectionEnum c : IfcFlowDirectionEnum.values()) System.out.println(c);
public static IfcFlowDirectionEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.