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