public static enum ModelTarget.ModelTargetType extends Enum<ModelTarget.ModelTargetType>
| Enum Constant and Description |
|---|
Cluster |
Domain |
Host |
NodeManager |
None |
OracleHome |
Schema |
Server |
| Modifier and Type | Method and Description |
|---|---|
static ModelTarget.ModelTargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelTarget.ModelTargetType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ModelTarget.ModelTargetType None
public static final ModelTarget.ModelTargetType Domain
public static final ModelTarget.ModelTargetType Cluster
public static final ModelTarget.ModelTargetType Server
public static final ModelTarget.ModelTargetType Schema
public static final ModelTarget.ModelTargetType NodeManager
public static final ModelTarget.ModelTargetType Host
public static final ModelTarget.ModelTargetType OracleHome
public static ModelTarget.ModelTargetType[] values()
for (ModelTarget.ModelTargetType c : ModelTarget.ModelTargetType.values())
System.out.println(c);
public static ModelTarget.ModelTargetType 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 null