public abstract class ChangableValueQuery extends AbstractLeafQuery
Constructor and Description |
---|
ChangableValueQuery() |
Modifier and Type | Method and Description |
---|---|
abstract ChangableValueQuery |
clone() |
abstract String |
getValue() |
boolean |
isEmptyQuery() |
abstract void |
setValue(String value) |
getChildQueries, removeChildQuery, replaceChildQuery
clone, deepClone
public abstract void setValue(String value)
public abstract String getValue()
public abstract ChangableValueQuery clone()
public boolean isEmptyQuery()
isEmptyQuery
in class AbstractLeafQuery