public static enum Event.Type extends Enum<Event.Type>
| Enum Constant and Description |
|---|
CONTAINER |
DAEMON |
IMAGE |
NETWORK |
NODE |
PLUGIN |
SECRET |
SERVICE |
VOLUME |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static Event.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Event.Type CONTAINER
public static final Event.Type IMAGE
public static final Event.Type VOLUME
public static final Event.Type NETWORK
public static final Event.Type DAEMON
public static final Event.Type PLUGIN
public static final Event.Type NODE
public static final Event.Type SERVICE
public static final Event.Type SECRET
public static Event.Type[] values()
for (Event.Type c : Event.Type.values()) System.out.println(c);
public static Event.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 nullpublic String getName()
Copyright © 2019. All rights reserved.