public enum LastReqType extends Enum<LastReqType> implements EnumType
| Enum Constant and Description |
|---|
ALL_ACCT_EXPTIME |
ALL_LAST_INITIAL |
ALL_LAST_RENEWAL |
ALL_LAST_REQ |
ALL_LAST_TGT |
ALL_LAST_TGT_ISSUED |
ALL_PW_EXPTIME |
NONE |
THE_ACCT_EXPTIME |
THE_LAST_INITIAL |
THE_LAST_RENEWAL |
THE_LAST_REQ |
THE_LAST_TGT |
THE_LAST_TGT_ISSUED |
THE_PW_EXPTIME |
| Modifier and Type | Method and Description |
|---|---|
static LastReqType |
fromValue(Integer value) |
String |
getName() |
int |
getValue() |
static LastReqType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LastReqType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LastReqType NONE
public static final LastReqType ALL_LAST_TGT
public static final LastReqType THE_LAST_TGT
public static final LastReqType ALL_LAST_INITIAL
public static final LastReqType THE_LAST_INITIAL
public static final LastReqType ALL_LAST_TGT_ISSUED
public static final LastReqType THE_LAST_TGT_ISSUED
public static final LastReqType ALL_LAST_RENEWAL
public static final LastReqType THE_LAST_RENEWAL
public static final LastReqType ALL_LAST_REQ
public static final LastReqType THE_LAST_REQ
public static final LastReqType ALL_PW_EXPTIME
public static final LastReqType THE_PW_EXPTIME
public static final LastReqType ALL_ACCT_EXPTIME
public static final LastReqType THE_ACCT_EXPTIME
public static LastReqType[] values()
for (LastReqType c : LastReqType.values()) System.out.println(c);
public static LastReqType 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 static LastReqType fromValue(Integer value)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.