public static enum PamDecrementRTCResult.PamDecrementRTCResultCode extends Enum<PamDecrementRTCResult.PamDecrementRTCResultCode>
Enum Constant and Description |
---|
DEC_LOCKED |
DEC_LOCKED_TEMPORARY |
DEC_OK |
Modifier and Type | Method and Description |
---|---|
static PamDecrementRTCResult.PamDecrementRTCResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PamDecrementRTCResult.PamDecrementRTCResultCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PamDecrementRTCResult.PamDecrementRTCResultCode DEC_OK
public static final PamDecrementRTCResult.PamDecrementRTCResultCode DEC_LOCKED_TEMPORARY
public static final PamDecrementRTCResult.PamDecrementRTCResultCode DEC_LOCKED
public static PamDecrementRTCResult.PamDecrementRTCResultCode[] values()
for (PamDecrementRTCResult.PamDecrementRTCResultCode c : PamDecrementRTCResult.PamDecrementRTCResultCode.values()) System.out.println(c);
public static PamDecrementRTCResult.PamDecrementRTCResultCode 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 KOBIL Systems GmbH. All rights reserved.