com.novell.admin.ns
Class Value

java.lang.Object
  |
  +--com.novell.admin.ns.ValueComponent
        |
        +--com.novell.admin.ns.Value
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BooleanValue, DateValue, HexValue, LongValue, StreamValue, StringValue

public abstract class Value
extends ValueComponent

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.

See Also:
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

Value

protected Value(Syntax syntax)
Constructor.
Parameters:
syntax - A specific syntax associated with this value.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated December 17 2003 1746.