public class RuleDescription extends Object
| Constructor and Description |
|---|
RuleDescription(String test,
String objectType)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareTo(String toCompareType,
String toCompareTest)
Compare string representation of rule description
with current rule description
|
String |
getObjectType() |
String |
getTest() |
public String getObjectType()
public String getTest()
public boolean compareTo(String toCompareType, String toCompareTest)
toCompareType - passed object type of another rule descriptiontoCompareTest - passed test of another rule descriptionobjectType and test are matchCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.