@IfcClass(layer=DOMAIN, type=ENUMERATION) public enum IfcWasteTerminalTypeEnum extends Enum<IfcWasteTerminalTypeEnum>
| 枚举常量和说明 |
|---|
FLOORTRAP
Pipe fitting, set into the floor, that retains liquid to prevent the passage of foul air
|
FLOORWASTE
Pipe fitting, set into the floor, that collects waste water and discharges it to a separate trap.
|
GREASEINTERCEPTOR
Chamber, on the line of a drain or discharge pipe, that prevents grease passing into a drainage system
|
GULLYSUMP
Pipe fitting or assembly of fittings to receive surface water or waste water, fitted with a grating
or sealed cover.
|
GULLYTRAP
Pipe fitting or assembly of fittings to receive surface water or waste water, fitted with a grating or
sealed cover and discharging through a trap
|
NOTDEFINED |
OILINTERCEPTOR
One or more chambers arranged to prevent the ingress of oil to a drain or sewer, that retain the oil
for later removal
|
PETROLINTERCEPTOR
Two or more chambers with inlet and outlet pipes arranged to allow petrol/gasoline collected on the surface
of water drained into them to evaporate through ventilating pipes.
|
ROOFDRAIN
Pipe fitting, set into the roof, that collects rainwater for discharge into the rainwater system.
|
USERDEFINED |
WASTEDISPOSALUNIT
Electrically operated device that reduces kitchen or other waste into fragments small enough to be flushed
into a drainage system.
|
WASTETRAP
Pipe fitting, set adjacent to a sanitary terminal, that retains liquid to prevent the passage of foul air.
|
public static final IfcWasteTerminalTypeEnum FLOORTRAP
public static final IfcWasteTerminalTypeEnum FLOORWASTE
public static final IfcWasteTerminalTypeEnum GULLYSUMP
public static final IfcWasteTerminalTypeEnum GULLYTRAP
public static final IfcWasteTerminalTypeEnum GREASEINTERCEPTOR
public static final IfcWasteTerminalTypeEnum OILINTERCEPTOR
public static final IfcWasteTerminalTypeEnum PETROLINTERCEPTOR
public static final IfcWasteTerminalTypeEnum ROOFDRAIN
public static final IfcWasteTerminalTypeEnum WASTEDISPOSALUNIT
public static final IfcWasteTerminalTypeEnum WASTETRAP
public static final IfcWasteTerminalTypeEnum USERDEFINED
public static final IfcWasteTerminalTypeEnum NOTDEFINED
public static IfcWasteTerminalTypeEnum[] values()
for (IfcWasteTerminalTypeEnum c : IfcWasteTerminalTypeEnum.values()) System.out.println(c);
public static IfcWasteTerminalTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.