|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjif.types.ConstraintMessage
public class ConstraintMessage
A LabelConstraintMessage provides error messages for
label constraints.
| Constructor Summary | |
|---|---|
ConstraintMessage()
|
|
| Method Summary | |
|---|---|
java.lang.String |
detailMsg()
A detailed message to display if the constraint is violated. |
Constraint.Kind |
kind()
|
java.lang.String |
msg()
A message to display if the constraint is violated. |
NamedLabel |
namedLhs()
|
NamedLabel |
namedRhs()
|
void |
setConstraint(Constraint c)
|
java.lang.String |
technicalMsg()
A technical message to display if the constraint is violated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstraintMessage()
| Method Detail |
|---|
public java.lang.String msg()
NamedLabels.
public java.lang.String detailMsg()
NamedLabels are used.
public java.lang.String technicalMsg()
NamedLabels are used.
public void setConstraint(Constraint c)
public NamedLabel namedLhs()
public NamedLabel namedRhs()
public Constraint.Kind kind()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||