public class AttributeRule extends Object
Constructor and Description |
---|
AttributeRule(String id)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttributeId()
Gets the ID of the attribute to which this rule applies.
|
MatchFunctor |
getDenyValueRule()
Gets the filter that denies the release of attribute values.
|
MatchFunctor |
getPermitValueRule()
Gets the filter that permits the release of attribute values.
|
void |
setDenyValueRule(MatchFunctor filter)
Sets the filter that denies the release of attribute values.
|
void |
setPermitValueRule(MatchFunctor filter)
Sets the filter that permits the release of attribute values.
|
public AttributeRule(String id)
id
- unique ID of this rulepublic String getAttributeId()
public MatchFunctor getPermitValueRule()
public void setPermitValueRule(MatchFunctor filter)
filter
- filter that permits the release of attribute valuespublic MatchFunctor getDenyValueRule()
public void setDenyValueRule(MatchFunctor filter)
filter
- filter that denies the release of attribute valuesCopyright © 1999–2014. All rights reserved.