public enum swIsolateVisibility_e extends java.lang.Enum<swIsolateVisibility_e>
Enum Constant and Description |
---|
swIsolateVisibility_HIDDEN |
swIsolateVisibility_TRANSPARENT |
swIsolateVisibility_WIREFRAME |
Modifier and Type | Method and Description |
---|---|
static swIsolateVisibility_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swIsolateVisibility_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swIsolateVisibility_e swIsolateVisibility_WIREFRAME
public static final swIsolateVisibility_e swIsolateVisibility_TRANSPARENT
public static final swIsolateVisibility_e swIsolateVisibility_HIDDEN
public static swIsolateVisibility_e[] values()
for (swIsolateVisibility_e c : swIsolateVisibility_e.values()) System.out.println(c);
public static swIsolateVisibility_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