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