|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.ValueComponent
Storage abstraction for all values and value lists.
This is the abstract class that all Value and ValueList classes must extend. Methods defined by a subclass of this class should defer the implementation details to a strategy class.
Value,
ValueList,
Serialized Form| Constructor Summary | |
protected |
ValueComponent(Syntax syntax)
Constructor. |
| Method Summary | |
long |
compareTo(ValueComponent component)
Returns the difference between this ValueComponent and another ValueComponent. |
boolean |
equals(java.lang.Object obj)
Determines if another ValueComponent is identical to the current ValueComponent. |
Syntax |
getSyntax()
Returns the associated syntax. |
boolean |
isWithinBounds(long lowerBound,
long upperBound)
Determines if an object is within specific Value bounds. |
java.lang.String |
toString()
Converts this ValueComponent to a String. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected ValueComponent(Syntax syntax)
syntax - The associated syntax.| Method Detail |
public final long compareTo(ValueComponent component)
component - Another ValueComponent.
public final boolean equals(java.lang.Object obj)
obj - Another ValueComponent object.
public final Syntax getSyntax()
public final boolean isWithinBounds(long lowerBound,
long upperBound)
lowerBound - The lower bound of the Value.upperBound - The upper bound of the Value.
public final java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||