public class AdhocValueRestriction extends AdhocRestriction
AdhocValueRestriction class.
| Constructor and Description |
|---|
AdhocValueRestriction()
Constructor for AdhocValueRestriction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(String value)
addValue.
|
AdhocValueRestriction |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Getter for the field
name. |
AdhocValueOperator |
getOperator()
Getter for the field
operator. |
List<String> |
getValues()
Getter for the field
values. |
void |
setName(String name)
Setter for the field
name. |
void |
setOperator(AdhocValueOperator operator)
Setter for the field
operator. |
void |
setValues(List<String> values)
Setter for the field
values. |
getKey, getProperties, getProperty, setKey, setProperties, setPropertypublic AdhocValueRestriction()
Constructor for AdhocValueRestriction.
public void setName(String name)
Setter for the field name.
name - a String object.public AdhocValueOperator getOperator()
Getter for the field operator.
AdhocValueOperator object.public void setOperator(AdhocValueOperator operator)
Setter for the field operator.
operator - a AdhocValueOperator object.public void setValues(List<String> values)
Setter for the field values.
values - a List object.public boolean equals(Object obj)
equals in class AdhocRestrictionpublic AdhocValueRestriction clone()
clone in class AdhocRestrictionCopyright © 2010–2021. All rights reserved.