public static enum ODistributedServerLog.DIRECTION extends Enum<ODistributedServerLog.DIRECTION>
Modifier and Type | Method and Description |
---|---|
static ODistributedServerLog.DIRECTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODistributedServerLog.DIRECTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODistributedServerLog.DIRECTION NONE
public static final ODistributedServerLog.DIRECTION IN
public static final ODistributedServerLog.DIRECTION OUT
public static final ODistributedServerLog.DIRECTION BOTH
public static ODistributedServerLog.DIRECTION[] values()
for (ODistributedServerLog.DIRECTION c : ODistributedServerLog.DIRECTION.values()) System.out.println(c);
public static ODistributedServerLog.DIRECTION 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 © 2009–2020 OrientDB. All rights reserved.