public enum EToolDescriptorType extends java.lang.Enum<EToolDescriptorType>
| Enum Constant and Description |
|---|
LEGACY_TOOL_DESCRIPTOR
Tool Descriptor of the type LegacyToolDescriptor
|
TOOL_DESCRIPTOR
Tool Descriptor of the type ToolDescriptor
|
| Modifier and Type | Method and Description |
|---|---|
static EToolDescriptorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EToolDescriptorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EToolDescriptorType LEGACY_TOOL_DESCRIPTOR
public static final EToolDescriptorType TOOL_DESCRIPTOR
public static EToolDescriptorType[] values()
for (EToolDescriptorType c : EToolDescriptorType.values()) System.out.println(c);
public static EToolDescriptorType 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 nullCopyright © 2015 Micro Focus GmbH. All rights reserved.