public static enum ComponentFeature.Target extends Enum<ComponentFeature.Target>
Modifier and Type | Method and Description |
---|---|
static ComponentFeature.Target |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentFeature.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentFeature.Target CONTAINER
public static final ComponentFeature.Target ENDPOINT
public static final ComponentFeature.Target SERVICE
public static final ComponentFeature.Target STUB
public static ComponentFeature.Target[] values()
for (ComponentFeature.Target c : ComponentFeature.Target.values()) System.out.println(c);
public static ComponentFeature.Target 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 © 2015 Oracle Corporation. All rights reserved.