public enum ModuleName extends Enum<ModuleName>
| Enum Constant and Description |
|---|
PICKETBOX |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getSlot() |
static ModuleName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleName PICKETBOX
public static ModuleName[] values()
for (ModuleName c : ModuleName.values()) System.out.println(c);
public static ModuleName 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 getName()
public String getSlot()
Copyright © 2019 JBoss by Red Hat. All rights reserved.