public enum SessionAttributeImmutability extends Enum<SessionAttributeImmutability> implements Immutability
| Enum Constant and Description |
|---|
ANNOTATION |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Object object) |
static SessionAttributeImmutability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionAttributeImmutability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfand, negate, orpublic static final SessionAttributeImmutability ANNOTATION
public static SessionAttributeImmutability[] values()
for (SessionAttributeImmutability c : SessionAttributeImmutability.values()) System.out.println(c);
public static SessionAttributeImmutability 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 © 2021 JBoss by Red Hat. All rights reserved.