@IfcClass(layer=DOMAIN, type=ENUMERATION) public enum IfcFootingTypeEnum extends Enum<IfcFootingTypeEnum>
| 枚举常量和说明 |
|---|
FOOTING_BEAM
Footing elements that are in bending and are supported clear of the ground.
|
NOTDEFINED
The type of footing is not defined.
|
PAD_FOOTING
An element that transfers the load of a single column (possibly two) to the ground.
|
PILE_CAP
An element that transfers the load from a column or group of columns to a pier or pile or group of piers or piles.
|
STRIP_FOOTING
A linear element that transfers loads into the ground from either a continuous element, such as a wall, or from a series of elements, such as columns.
|
USERDEFINED
Special types of footings which meet specific local requirements.
|
public static final IfcFootingTypeEnum FOOTING_BEAM
public static final IfcFootingTypeEnum PAD_FOOTING
public static final IfcFootingTypeEnum PILE_CAP
public static final IfcFootingTypeEnum STRIP_FOOTING
public static final IfcFootingTypeEnum USERDEFINED
public static final IfcFootingTypeEnum NOTDEFINED
public static IfcFootingTypeEnum[] values()
for (IfcFootingTypeEnum c : IfcFootingTypeEnum.values()) System.out.println(c);
public static IfcFootingTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.