|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.percederberg.mib.type.Constraint
The common superclass for all type constraints.
Constructor Summary | |
Constraint()
|
Method Summary | |
abstract boolean |
equals(java.lang.Object obj)
Checks if this constraint equals another constraint. |
protected static boolean |
equalsValue(java.lang.Object a,
java.lang.Object b)
Checks if two values are equal, considering two null values to be equal. |
abstract java.lang.String |
toString()
Returns a string description of this constraint. |
abstract void |
transferConstraint(TypeConverter converter)
Transfers the constraint information from this object to a type converter object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Constraint()
Method Detail |
public abstract boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to compare with
protected static boolean equalsValue(java.lang.Object a, java.lang.Object b)
a
- the first objectb
- the second object
public abstract java.lang.String toString()
toString
in class java.lang.Object
public abstract void transferConstraint(TypeConverter converter)
converter
- a type converter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |