|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjif.types.LabelConstraintMessage
public class LabelConstraintMessage
A LabelConstraintMessage provides error messages for
label constraints.
| Constructor Summary | |
|---|---|
LabelConstraintMessage()
|
|
| Method Summary | |
|---|---|
java.lang.String |
detailMsg()
A detailed message to display if the constraint is violated. |
LabelConstraint.Kind |
kind()
|
java.lang.String |
msg()
A message to display if the constraint is violated. |
NamedLabel |
namedLhs()
|
NamedLabel |
namedRhs()
|
void |
setConstraint(LabelConstraint 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 LabelConstraintMessage()
| 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(LabelConstraint c)
public NamedLabel namedLhs()
public NamedLabel namedRhs()
public LabelConstraint.Kind kind()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||