public enum InterceptorConstants extends Enum<InterceptorConstants>
| Enum Constant and Description |
|---|
ATTACHMENT |
LIST |
MULTIPLE_LIST |
TEXTFIELD |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static InterceptorConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterceptorConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterceptorConstants MULTIPLE_LIST
public static final InterceptorConstants ATTACHMENT
public static final InterceptorConstants TEXTFIELD
public static final InterceptorConstants LIST
public static InterceptorConstants[] values()
for (InterceptorConstants c : InterceptorConstants.values()) System.out.println(c);
public static InterceptorConstants 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 String getValue()
Copyright © 2025. All rights reserved.