public static enum TokenRetrieverUtils.InferredTokenOwnership.TokenInformationStatus extends java.lang.Enum<TokenRetrieverUtils.InferredTokenOwnership.TokenInformationStatus>
Enum Constant and Description |
---|
GOOD |
MISMATCH |
UNREACHABLE_NODES |
Modifier and Type | Method and Description |
---|---|
static TokenRetrieverUtils.InferredTokenOwnership.TokenInformationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenRetrieverUtils.InferredTokenOwnership.TokenInformationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenRetrieverUtils.InferredTokenOwnership.TokenInformationStatus GOOD
public static final TokenRetrieverUtils.InferredTokenOwnership.TokenInformationStatus UNREACHABLE_NODES
public static final TokenRetrieverUtils.InferredTokenOwnership.TokenInformationStatus MISMATCH
public static TokenRetrieverUtils.InferredTokenOwnership.TokenInformationStatus[] values()
for (TokenRetrieverUtils.InferredTokenOwnership.TokenInformationStatus c : TokenRetrieverUtils.InferredTokenOwnership.TokenInformationStatus.values()) System.out.println(c);
public static TokenRetrieverUtils.InferredTokenOwnership.TokenInformationStatus 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