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