protected static enum BasicDifferenceGroupImpl.ChildrenSide extends Enum<BasicDifferenceGroupImpl.ChildrenSide>
Enum Constant and Description |
---|
BOTH
Values: both sides, left side.
|
LEFT |
RIGHT |
Modifier and Type | Method and Description |
---|---|
static BasicDifferenceGroupImpl.ChildrenSide |
getValueFrom(DifferenceSource source) |
static BasicDifferenceGroupImpl.ChildrenSide |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicDifferenceGroupImpl.ChildrenSide[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicDifferenceGroupImpl.ChildrenSide BOTH
public static final BasicDifferenceGroupImpl.ChildrenSide LEFT
public static final BasicDifferenceGroupImpl.ChildrenSide RIGHT
public static BasicDifferenceGroupImpl.ChildrenSide[] values()
for (BasicDifferenceGroupImpl.ChildrenSide c : BasicDifferenceGroupImpl.ChildrenSide.values()) System.out.println(c);
public static BasicDifferenceGroupImpl.ChildrenSide 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 static BasicDifferenceGroupImpl.ChildrenSide getValueFrom(DifferenceSource source)
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.