public enum WrapStatus extends Enum<WrapStatus>
Enum Constant and Description |
---|
APPLYING_POLICIES |
ERROR |
NO_POLICIES |
POLICIES_AND_SIGNED |
POLICIES_NOT_SIGNED |
POLICIES_PREVIOUSLY_APPLIED |
Modifier and Type | Method and Description |
---|---|
static WrapStatus |
fromValue(int wrapStatusCode) |
int |
getStatusCode() |
static WrapStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WrapStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WrapStatus ERROR
public static final WrapStatus NO_POLICIES
public static final WrapStatus POLICIES_AND_SIGNED
public static final WrapStatus APPLYING_POLICIES
public static final WrapStatus POLICIES_NOT_SIGNED
public static final WrapStatus POLICIES_PREVIOUSLY_APPLIED
public static WrapStatus[] values()
for (WrapStatus c : WrapStatus.values()) System.out.println(c);
public static WrapStatus 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 nullpublic int getStatusCode()
public static WrapStatus fromValue(int wrapStatusCode)
Copyright © 2016–2023. All rights reserved.