public enum TrackableBehavior extends Enum<TrackableBehavior>
TrackableExtension
.
Enum Constant and Description |
---|
APPLICATION |
CATALOG |
CUSTOMER_CONTEXT |
SANDBOX |
TENANT |
Modifier and Type | Method and Description |
---|---|
static TrackableBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackableBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrackableBehavior SANDBOX
public static final TrackableBehavior CATALOG
public static final TrackableBehavior APPLICATION
public static final TrackableBehavior TENANT
public static final TrackableBehavior CUSTOMER_CONTEXT
public static TrackableBehavior[] values()
for (TrackableBehavior c : TrackableBehavior.values()) System.out.println(c);
public static TrackableBehavior 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 © 2021. All rights reserved.