Interface symantec.itools.db.beans.brl.ComputedColumn
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface symantec.itools.db.beans.brl.ComputedColumn

public interface ComputedColumn
extends Serializable
Interface to be implemented for all computed columns

Version:
1.00 06/18/98
Author:
Puru Balakrishnan

Method Index

 o getDisplayString()
Method to return a String which would be used for displaying method information to the user Example: For a class which calculates the sum of three columns using a description like "sum( ?,?,? )" would be appropriate.

Methods

 o getDisplayString
public abstract java.lang.String getDisplayString()
Method to return a String which would be used for displaying method information to the user Example: For a class which calculates the sum of three columns using a description like "sum( ?,?,? )" would be appropriate.

Returns:
String representing the display name

All Packages  Class Hierarchy  This Package  Previous  Next  Index