public static enum IJEMHVelocityContextUtils.AllowList extends Enum<IJEMHVelocityContextUtils.AllowList>
Enum Constant and Description |
---|
MENTION_FINDER |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getInterfaceName() |
static IJEMHVelocityContextUtils.AllowList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IJEMHVelocityContextUtils.AllowList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IJEMHVelocityContextUtils.AllowList MENTION_FINDER
public static IJEMHVelocityContextUtils.AllowList[] values()
for (IJEMHVelocityContextUtils.AllowList c : IJEMHVelocityContextUtils.AllowList.values()) System.out.println(c);
public static IJEMHVelocityContextUtils.AllowList 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 getClassName()
public String getInterfaceName()
Copyright © 2008–2022 The Plugin People. All rights reserved.