public static enum RequestStorage.ReservedKeys extends Enum<RequestStorage.ReservedKeys>
RequestStorage| Enum Constant and Description |
|---|
_locale |
_requestActive |
_requestEntityReference |
_requestOrigin |
| Modifier and Type | Method and Description |
|---|---|
static RequestStorage.ReservedKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestStorage.ReservedKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestStorage.ReservedKeys _locale
public static final RequestStorage.ReservedKeys _requestEntityReference
public static final RequestStorage.ReservedKeys _requestActive
public static final RequestStorage.ReservedKeys _requestOrigin
public static RequestStorage.ReservedKeys[] values()
for (RequestStorage.ReservedKeys c : RequestStorage.ReservedKeys.values()) System.out.println(c);
public static RequestStorage.ReservedKeys 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 © 2023. All rights reserved.