|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventTypeEnum | |
|---|---|
| org.apache.maven.mercury.event | |
| Uses of EventTypeEnum in org.apache.maven.mercury.event |
|---|
| Methods in org.apache.maven.mercury.event that return EventTypeEnum | |
|---|---|
EventTypeEnum |
MercuryEvent.getType()
event type |
EventTypeEnum |
AbstractMercuryEvent.getType()
|
static EventTypeEnum |
EventTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EventTypeEnum[] |
EventTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.apache.maven.mercury.event with parameters of type EventTypeEnum | |
|---|---|
AbstractMercuryEvent(EventTypeEnum type,
java.lang.String name)
|
|
AbstractMercuryEvent(EventTypeEnum type,
java.lang.String name,
java.lang.String info)
|
|
GenericEvent(EventTypeEnum type,
java.lang.String name)
|
|
GenericEvent(EventTypeEnum type,
java.lang.String name,
java.lang.String tag)
|
|
MercuryEvent.EventMask(EventTypeEnum... bits)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||