|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.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| 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 Syntax getSyntax()
public final boolean equals(java.lang.Object obj)
obj - Another ValueComponent object.public final long compareTo(ValueComponent component)
component - Another ValueComponent.public final java.lang.String toString()
public final boolean isWithinBounds(long lowerBound,
long upperBound)
lowerBound - The lower bound of the Value.upperBound - The upper bound of the Value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||