public enum PamReportingStatus extends Enum<PamReportingStatus>
Modifier and Type | Method and Description |
---|---|
short |
getKey() |
static PamReportingStatus |
getPamReportingStatus(short pamReportingStatusKey) |
static PamReportingStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PamReportingStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PamReportingStatus OK
public static final PamReportingStatus FAILED
public static PamReportingStatus[] values()
for (PamReportingStatus c : PamReportingStatus.values()) System.out.println(c);
public static PamReportingStatus 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 short getKey()
public static PamReportingStatus getPamReportingStatus(short pamReportingStatusKey)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.