public enum WafModelEnum extends java.lang.Enum<WafModelEnum>
| Enum Constant and Description |
|---|
BLACK
BLACK waf model enum.
|
MIXED
Mixed waf model enum.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
get name.
|
static WafModelEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WafModelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WafModelEnum BLACK
public static final WafModelEnum MIXED
public static WafModelEnum[] values()
for (WafModelEnum c : WafModelEnum.values()) System.out.println(c);
public static WafModelEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
Copyright © 2024 The Apache Software Foundation. All rights reserved.