public enum EPlcType extends Enum<EPlcType>
| 枚举常量和说明 |
|---|
S1200 |
S1500 |
S200 |
S200_SMART |
S300 |
S400 |
SINUMERIK_828D |
public static final EPlcType S200
public static final EPlcType S200_SMART
public static final EPlcType S300
public static final EPlcType S400
public static final EPlcType S1200
public static final EPlcType S1500
public static final EPlcType SINUMERIK_828D
public static EPlcType[] values()
for (EPlcType c : EPlcType.values()) System.out.println(c);
public static EPlcType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2024. All rights reserved.