All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.tools.dataFormatWizard.ClassnameAttribute

public interface interface ClassnameAttribute
extends PropertyChangeAnnouncer
The ClassnameAttribute interface is used by schema items whose instances can have a Java class name associated with them. The class name will be used to load a predefined Java class that reads data from the input stream.

See Also:
SchemaItem

Variable Index

 o CLASSNAME_PROPERTY
Indicates changes in the class name of this schema item.
 o CLASSNAME_UNSPECIFIED
Indicates an unspecified value for the class name of this schema item.

Method Index

 o getClassname()
Gets the class name for this schema item.
 o setClassname(String)
Sets the class name for this schema item.

Variables

 o CLASSNAME_PROPERTY
 public static final String CLASSNAME_PROPERTY
Indicates changes in the class name of this schema item.

 o CLASSNAME_UNSPECIFIED
 public static final String CLASSNAME_UNSPECIFIED
Indicates an unspecified value for the class name of this schema item.

Methods

 o getClassname
 public abstract String getClassname()
Gets the class name for this schema item.

Returns:
The class name for this schema item.
 o setClassname
 public abstract void setClassname(String newClassname)
Sets the class name for this schema item.

Parameters:
newClassname - The new class name for this schema item.

All Packages  Class Hierarchy  This Package  Previous  Next  Index