public class RuleResult extends Object implements Serializable
| Constructor and Description |
|---|
RuleResult() |
RuleResult(boolean ok,
TiffNode node,
RuleType rule) |
RuleResult(String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
String |
getDescription() |
boolean |
getInfo() |
String |
getLocation() |
String |
getMessage() |
TiffNode |
getNode() |
String |
getReference() |
RuleType |
getRule() |
String |
getRuleDescription() |
boolean |
getWarning() |
boolean |
isRelaxed() |
boolean |
ok() |
void |
setInfo(boolean info) |
void |
setLocation(String location) |
void |
setMessage(String message) |
void |
setNode(TiffNode node) |
void |
setRelaxed(boolean relaxed) |
void |
setRuleDescription(String ruleDescription) |
void |
setWarning(boolean warning) |
String |
toString() |
public RuleResult()
public RuleResult(String message)
public String getRuleDescription()
public void setRuleDescription(String ruleDescription)
public void setMessage(String message)
public void setWarning(boolean warning)
public boolean getInfo()
public void setInfo(boolean info)
public boolean getWarning()
public void setLocation(String location)
public String getMessage()
public boolean ok()
public void setNode(TiffNode node)
public TiffNode getNode()
public String getContext()
public String getReference()
public String getLocation()
public String getDescription()
public RuleType getRule()
public void setRelaxed(boolean relaxed)
public boolean isRelaxed()
Copyright © 2016–2020. All rights reserved.