public abstract class AbstractCondition extends Object implements Condition
Constructor and Description |
---|
AbstractCondition()
Default constructor.
|
AbstractCondition(String name)
Constructor using condition name.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the condition name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorMessage, getSuccessMessage, isSatisfied
public AbstractCondition()
public AbstractCondition(String name)
name
- Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.