public static enum EObjectIndex.Side extends Enum<EObjectIndex.Side>
Enum Constant and Description |
---|
LEFT
the left side.
|
ORIGIN
The origin side (also known as ancestor).
|
RIGHT
The right side.
|
Modifier and Type | Method and Description |
---|---|
static EObjectIndex.Side |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EObjectIndex.Side[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EObjectIndex.Side LEFT
public static final EObjectIndex.Side RIGHT
public static final EObjectIndex.Side ORIGIN
public static EObjectIndex.Side[] values()
for (EObjectIndex.Side c : EObjectIndex.Side.values()) System.out.println(c);
public static EObjectIndex.Side 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 null
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.