|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.novell.admin.ns.ValueComponent
|
+--com.novell.admin.ns.Value
Abstract class that all atomic Value types must extend.
This is an immutable class. All subclasses must be immutable and implement Cloneable, or Clone() will throw an error.
BooleanValue,
LongValue,
HexValue,
StringValue,
StreamValue| Constructor Summary | |
protected |
Value(Syntax syntax)
Constructor. |
| Methods inherited from class com.novell.admin.ns.ValueComponent |
compareTo,
equals,
getSyntax,
isWithinBounds,
toString |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
protected Value(Syntax syntax)
syntax - A specific syntax associated with this value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||