public enum AccessTypeStatus extends Enum<AccessTypeStatus>
| Modifier and Type | Method and Description |
|---|---|
Integer |
statusCode() |
static AccessTypeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessTypeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessTypeStatus ACCESS
public static final AccessTypeStatus CHECKIN
public static final AccessTypeStatus CHECKOUT
public static AccessTypeStatus[] values()
for (AccessTypeStatus c : AccessTypeStatus.values()) System.out.println(c);
public static AccessTypeStatus 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 Integer statusCode()
Copyright © 2019. All rights reserved.