@Title(value="Evidence") public enum EvidenceConf extends Enum<EvidenceConf>
| Enum Constant and Description |
|---|
SERVICE |
| Modifier and Type | Method and Description |
|---|---|
static EvidenceConf |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvidenceConf[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Path(value="oxalis.evidence.service") @DefaultValue(value="rem") public static final EvidenceConf SERVICE
public static EvidenceConf[] values()
for (EvidenceConf c : EvidenceConf.values()) System.out.println(c);
public static EvidenceConf 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 © 2023 NorStella. All rights reserved.