public class AttributeRule extends Object
Modifier and Type | Field and Description |
---|---|
private String |
attributeId
Unique ID of the attribute this rule applies to.
|
private MatchFunctor |
denyValueRule
Filter that denies the release of attribute values.
|
private MatchFunctor |
permitValueRule
Filter that permits the release of attribute values.
|
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.
|
private String attributeId
private MatchFunctor permitValueRule
private MatchFunctor denyValueRule
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-2012. All Rights Reserved.