public enum EventTypeEnum extends Enum<EventTypeEnum>
Enum Constant and Description |
---|
cache |
dependencyBuilder |
fsCache |
localRepository |
localRepositoryReader |
localRepositoryWriter |
remoteRepository |
remoteRepositoryReader |
remoteRepositoryWriter |
satSolver |
virtualRepositoryReader |
Modifier and Type | Method and Description |
---|---|
static EventTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventTypeEnum dependencyBuilder
public static final EventTypeEnum satSolver
public static final EventTypeEnum virtualRepositoryReader
public static final EventTypeEnum localRepository
public static final EventTypeEnum localRepositoryReader
public static final EventTypeEnum localRepositoryWriter
public static final EventTypeEnum remoteRepository
public static final EventTypeEnum remoteRepositoryReader
public static final EventTypeEnum remoteRepositoryWriter
public static final EventTypeEnum cache
public static final EventTypeEnum fsCache
public static EventTypeEnum[] values()
for (EventTypeEnum c : EventTypeEnum.values()) System.out.println(c);
public static EventTypeEnum 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 © 2002-2013 The Apache Software Foundation. All Rights Reserved.