@IfcClass(layer=DOMAIN, type=ENUMERATION) public enum IfcElectricMotorTypeEnum extends Enum<IfcElectricMotorTypeEnum>
| 枚举常量和说明 |
|---|
DC |
INDUCTION |
NOTDEFINED |
POLYPHASE |
RELUCTANCESYNCHRONOUS |
SYNCHRONOUS |
USERDEFINED |
public static final IfcElectricMotorTypeEnum DC
public static final IfcElectricMotorTypeEnum INDUCTION
public static final IfcElectricMotorTypeEnum POLYPHASE
public static final IfcElectricMotorTypeEnum RELUCTANCESYNCHRONOUS
public static final IfcElectricMotorTypeEnum SYNCHRONOUS
public static final IfcElectricMotorTypeEnum USERDEFINED
public static final IfcElectricMotorTypeEnum NOTDEFINED
public static IfcElectricMotorTypeEnum[] values()
for (IfcElectricMotorTypeEnum c : IfcElectricMotorTypeEnum.values()) System.out.println(c);
public static IfcElectricMotorTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.