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