@Deprecated public class DoubleConstraintOccurrence extends ConstraintOccurrence
Modifier and Type | Field and Description |
---|---|
protected double |
weight
Deprecated.
|
causes, constraintType, ruleId
Constructor and Description |
---|
DoubleConstraintOccurrence(String ruleId,
ConstraintType constraintType,
double weight,
Object... causes)
Deprecated.
|
DoubleConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
Deprecated.
|
DoubleConstraintOccurrence(String ruleId,
double weight,
Object... causes)
Deprecated.
|
DoubleConstraintOccurrence(String ruleId,
Object... causes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
double |
getWeight()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
compareTo, getCauses, getConstraintType, getRuleId
public DoubleConstraintOccurrence(String ruleId, Object... causes)
public DoubleConstraintOccurrence(String ruleId, ConstraintType constraintType, Object... causes)
public DoubleConstraintOccurrence(String ruleId, double weight, Object... causes)
public DoubleConstraintOccurrence(String ruleId, ConstraintType constraintType, double weight, Object... causes)
public double getWeight()
public boolean equals(Object o)
equals
in class ConstraintOccurrence
public int hashCode()
hashCode
in class ConstraintOccurrence
public String toString()
toString
in class ConstraintOccurrence
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.