public static enum Activity.Parser.Direction extends Enum<Activity.Parser.Direction>
Enum Constant and Description |
---|
LEFT
The item is present only in baseline-selector1 or stream-selector1.
|
LEFTI
The activity is present in both of the items being compared and is newer in baseline-selector1 or stream-selector1.
|
RIGHT
The item is present only in baseline-selector2 or stream-selector2.
|
RIGHTI
The activity is present in both of the items being compared and is newer in baseline-selector2 or stream-selector2.
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(String symbol) |
static Activity.Parser.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Activity.Parser.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Activity.Parser.Direction LEFT
public static final Activity.Parser.Direction LEFTI
public static final Activity.Parser.Direction RIGHT
public static final Activity.Parser.Direction RIGHTI
public static Activity.Parser.Direction[] values()
for (Activity.Parser.Direction c : Activity.Parser.Direction.values()) System.out.println(c);
public static Activity.Parser.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 nullpublic boolean matches(String symbol)
Copyright © 2016–2018. All rights reserved.