Package com.novell.ecb.value

Interface Summary
BooleanValue The BooleanValue syntax is used for attributes whose values represent true or false.
CharacterValue The CharacterValue syntax is used for attributes whose values represent a char.
CompositeValue The CompositeValue is used to store heterogeneous multi-valued Value.
NumberValue The NumberValue syntax is used for attributes whose values represent an int, a long, a float, a double, a byte, or a short.
SequenceValue The SequenceValue is a homogeneous multi-valued Value.
StringValue The StringValue syntax is used for attributes whose values are Strings.
Value The Value interface associates a 'Syntax Id', a 'Name', and a 'Value'.
 

Class Summary
BasicIntegerValue Provides access to values of the Integer attribute.
BasicSequenceValue The BasicSequenceValue is an implementation of SequenceValue.
BasicStringValue The BasicStringValue is an implementation of StringValue.
 



Copyright © 2001-2003 Novell, Inc. All Rights Reserved.