public static enum ClientCnxnAspect.EventType extends Enum<ClientCnxnAspect.EventType>
| Modifier and Type | Method and Description |
|---|---|
static ClientCnxnAspect.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientCnxnAspect.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientCnxnAspect.EventType write
public static final ClientCnxnAspect.EventType read
public static final ClientCnxnAspect.EventType other
public static ClientCnxnAspect.EventType[] values()
for (ClientCnxnAspect.EventType c : ClientCnxnAspect.EventType.values()) System.out.println(c);
public static ClientCnxnAspect.EventType 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 © 2017–2019 Apache Software Foundation. All rights reserved.