Class Hierarchy        Index

Interface COM.cloudscape.types.DefaultInfo

public interface DefaultInfo
extends Formatable
Copyright © 1998-1999, Cloudscape, Inc. All rights reserved.

An interface for describing a default for a column or parameter in Cloudscape systems.


Variable Index

 o CLASS_NAME

Method Index

 o getDefaultText()
Get the text of a default.

Variables

 o CLASS_NAME
 public static final String CLASS_NAME

Methods

 o getDefaultText
 public abstract String getDefaultText()
Get the text of a default.

Returns:
The text of the default.

  Class Hierarchy        Index