com.novell.ecb.value
Interface CharacterValue

All Superinterfaces:
Value

public interface CharacterValue
extends Value

The CharacterValue syntax is used for attributes whose values represent a char.


Method Summary
 char charValue()
          Returns the value of the CharacterValue object as a char.
 
Methods inherited from interface com.novell.ecb.value.Value
compareTo, getName, getObjectInstance, getSyntaxName
 

Method Detail

charValue

public char charValue()
Returns the value of the CharacterValue object as a char.

Returns:
char Character value of this object.


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