public static enum TransformationTarget.TransformationTargetType extends Enum<TransformationTarget.TransformationTargetType>
| Modifier and Type | Method and Description |
|---|---|
static TransformationTarget.TransformationTargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationTarget.TransformationTargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformationTarget.TransformationTargetType DOMAIN
public static final TransformationTarget.TransformationTargetType HOST
public static final TransformationTarget.TransformationTargetType SERVER
public static TransformationTarget.TransformationTargetType[] values()
for (TransformationTarget.TransformationTargetType c : TransformationTarget.TransformationTargetType.values()) System.out.println(c);
public static TransformationTarget.TransformationTargetType 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 © 2022 JBoss by Red Hat. All rights reserved.