public enum swSFSymType_e extends java.lang.Enum<swSFSymType_e>
Enum Constant and Description |
---|
swSFBasic |
swSFDont_Machine |
swSFJIS_Basic |
swSFJIS_Machining_Req |
swSFJIS_No_Machining |
swSFJIS_Surface_Texture_1 |
swSFJIS_Surface_Texture_2 |
swSFJIS_Surface_Texture_3 |
swSFJIS_Surface_Texture_4 |
swSFMachining_Req |
Modifier and Type | Method and Description |
---|---|
static swSFSymType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSFSymType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSFSymType_e swSFBasic
public static final swSFSymType_e swSFMachining_Req
public static final swSFSymType_e swSFDont_Machine
public static final swSFSymType_e swSFJIS_Surface_Texture_1
public static final swSFSymType_e swSFJIS_Surface_Texture_2
public static final swSFSymType_e swSFJIS_Surface_Texture_3
public static final swSFSymType_e swSFJIS_Surface_Texture_4
public static final swSFSymType_e swSFJIS_No_Machining
public static final swSFSymType_e swSFJIS_Basic
public static final swSFSymType_e swSFJIS_Machining_Req
public static swSFSymType_e[] values()
for (swSFSymType_e c : swSFSymType_e.values()) System.out.println(c);
public static swSFSymType_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null