com.novell.ecb.value
Interface StringValue

All Superinterfaces:
Value
All Known Implementing Classes:
BasicStringValue

public interface StringValue
extends Value

The StringValue syntax is used for attributes whose values are Strings.


Method Summary
 java.lang.String stringValue()
          Returns the value of this StringValue as a String.
 
Methods inherited from interface com.novell.ecb.value.Value
compareTo, getName, getObjectInstance, getSyntaxName
 

Method Detail

stringValue

public java.lang.String stringValue()
Returns the value of this StringValue as a String.

Returns:
String The string value represented by this object.


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