public static enum TenantContext.ValueType extends java.lang.Enum<TenantContext.ValueType>
Enum Constant and Description |
---|
GROUP |
LINK_NAME |
TOPIC |
TRANSACTIONAL_ID |
Modifier and Type | Method and Description |
---|---|
static TenantContext.ValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TenantContext.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TenantContext.ValueType TOPIC
public static final TenantContext.ValueType GROUP
public static final TenantContext.ValueType TRANSACTIONAL_ID
public static final TenantContext.ValueType LINK_NAME
public static TenantContext.ValueType[] values()
for (TenantContext.ValueType c : TenantContext.ValueType.values()) System.out.println(c);
public static TenantContext.ValueType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null