public static enum EObjectIndex.Side extends Enum<EObjectIndex.Side>
| Enum Constant and Description | 
|---|
| LEFTthe left side. | 
| ORIGINThe origin side (also known as ancestor). | 
| RIGHTThe 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, 2015 Obeo and others. All rights reserved.