@IfcClass(layer=DOMAIN, type=ENUMERATION) public enum IfcPileConstructionEnum extends Enum<IfcPileConstructionEnum>
| 枚举常量和说明 |
|---|
CAST_IN_PLACE
Piles and piers that are excavated and poured in place.
|
COMPOSITE
Piles that are a mix of components, such as a steel outer casing which is driven into the ground with a cast-in-place concrete core.
|
NOTDEFINED
The type of pile construction is not defined.
|
PRECAST_CONCRETE
Piles that are a mix of components, such as a steel outer casing which is driven into the ground with a cast-in-place concrete core.
|
PREFAB_STEEL
Prefabricated piles made entirely out of steel.
|
USERDEFINED
Special types of pile construction which meet specific local requirements.
|
public static final IfcPileConstructionEnum CAST_IN_PLACE
public static final IfcPileConstructionEnum COMPOSITE
public static final IfcPileConstructionEnum PRECAST_CONCRETE
public static final IfcPileConstructionEnum PREFAB_STEEL
public static final IfcPileConstructionEnum USERDEFINED
public static final IfcPileConstructionEnum NOTDEFINED
public static IfcPileConstructionEnum[] values()
for (IfcPileConstructionEnum c : IfcPileConstructionEnum.values()) System.out.println(c);
public static IfcPileConstructionEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.