@Deprecated public abstract class ConstraintOccurrence extends Object implements Comparable<ConstraintOccurrence>, Serializable
Modifier and Type | Field and Description |
---|---|
protected Object[] |
causes
Deprecated.
|
protected ConstraintType |
constraintType
Deprecated.
|
protected String |
ruleId
Deprecated.
|
Constructor and Description |
---|
ConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
Deprecated.
|
ConstraintOccurrence(String ruleId,
Object... causes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ConstraintOccurrence other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
Object[] |
getCauses()
Deprecated.
|
ConstraintType |
getConstraintType()
Deprecated.
|
String |
getRuleId()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
protected String ruleId
protected ConstraintType constraintType
protected Object[] causes
public ConstraintOccurrence(String ruleId, ConstraintType constraintType, Object... causes)
public String getRuleId()
public ConstraintType getConstraintType()
public Object[] getCauses()
public int compareTo(ConstraintOccurrence other)
compareTo
in interface Comparable<ConstraintOccurrence>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.