public static enum TestNoConfigMetadataResolver.KeyIds extends Enum<TestNoConfigMetadataResolver.KeyIds>
| Modifier and Type | Method and Description |
|---|---|
static TestNoConfigMetadataResolver.KeyIds |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestNoConfigMetadataResolver.KeyIds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestNoConfigMetadataResolver.KeyIds BOOLEAN
public static final TestNoConfigMetadataResolver.KeyIds STRING
public static TestNoConfigMetadataResolver.KeyIds[] values()
for (TestNoConfigMetadataResolver.KeyIds c : TestNoConfigMetadataResolver.KeyIds.values()) System.out.println(c);
public static TestNoConfigMetadataResolver.KeyIds 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 © 2003–2018 MuleSoft, Inc.. All rights reserved.