public static enum MultiSoapUINGDestinationPanel.GENERATE_NAME_LEVEL extends Enum<MultiSoapUINGDestinationPanel.GENERATE_NAME_LEVEL>
Enum Constant and Description |
---|
PROJECT_LEVEL |
TEST_CASE_LEVEL |
TEST_SUITE_LEVEL |
Modifier and Type | Method and Description |
---|---|
static MultiSoapUINGDestinationPanel.GENERATE_NAME_LEVEL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiSoapUINGDestinationPanel.GENERATE_NAME_LEVEL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiSoapUINGDestinationPanel.GENERATE_NAME_LEVEL PROJECT_LEVEL
public static final MultiSoapUINGDestinationPanel.GENERATE_NAME_LEVEL TEST_SUITE_LEVEL
public static final MultiSoapUINGDestinationPanel.GENERATE_NAME_LEVEL TEST_CASE_LEVEL
public static MultiSoapUINGDestinationPanel.GENERATE_NAME_LEVEL[] values()
for (MultiSoapUINGDestinationPanel.GENERATE_NAME_LEVEL c : MultiSoapUINGDestinationPanel.GENERATE_NAME_LEVEL.values()) System.out.println(c);
public static MultiSoapUINGDestinationPanel.GENERATE_NAME_LEVEL valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.