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