public class PredicateInformation extends Object
| Modifier and Type | Field and Description |
|---|---|
static PredicateInformation |
EMPTY_PREDICATE_INFORMATION |
| Constructor and Description |
|---|
PredicateInformation(String stringConstraint,
String ruleName,
String ruleFileName) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeException |
betterErrorMessage(RuntimeException originalException) |
boolean |
equals(Object o) |
String |
getRuleFileName() |
String |
getRuleName() |
String |
getStringConstraint() |
int |
hashCode() |
boolean |
isEmpty() |
String |
toString() |
public static final PredicateInformation EMPTY_PREDICATE_INFORMATION
public RuntimeException betterErrorMessage(RuntimeException originalException)
public String getStringConstraint()
public String getRuleName()
public String getRuleFileName()
public boolean isEmpty()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.