@Immutable public abstract class ConditionType extends Object
| Constructor and Description |
|---|
ConditionType(String description,
Condition condition) |
ConditionType(String description,
Condition condition,
Condition... preConditions) |
ConditionType(String description,
Condition condition,
List<Condition> preConditions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Condition |
getCondition() |
String |
getDescription() |
com.google.common.collect.ImmutableList<Condition> |
getPreConditions() |
int |
hashCode() |
String |
toString() |
public ConditionType(String description, Condition condition)
description - the textual description.condition - the actual condition.public ConditionType(String description, Condition condition, Condition... preConditions)
description - the textual description.condition - the actual condition.preConditions - the preconditions.Copyright © 2007-2013. All Rights Reserved.