public static enum ResourceRepository.TYPE extends Enum<ResourceRepository.TYPE>
Enum Constant and Description |
---|
ADD |
END_DOWNLOAD |
ERROR |
REMOVE |
START_DOWNLOAD |
Modifier and Type | Method and Description |
---|---|
static ResourceRepository.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRepository.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceRepository.TYPE ADD
public static final ResourceRepository.TYPE REMOVE
public static final ResourceRepository.TYPE START_DOWNLOAD
public static final ResourceRepository.TYPE END_DOWNLOAD
public static final ResourceRepository.TYPE ERROR
public static ResourceRepository.TYPE[] values()
for (ResourceRepository.TYPE c : ResourceRepository.TYPE.values()) System.out.println(c);
public static ResourceRepository.TYPE 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 © 2021 aQute SARL. All rights reserved.