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
-
CLASSNAME_PROPERTY
- Indicates changes in the class name of this schema item.
-
CLASSNAME_UNSPECIFIED
- Indicates an unspecified value for the class name of this
schema item.
-
getClassname()
- Gets the class name for this schema item.
-
setClassname(String)
- Sets the class name for this schema item.
CLASSNAME_PROPERTY
public static final String CLASSNAME_PROPERTY
- Indicates changes in the class name of this schema item.
CLASSNAME_UNSPECIFIED
public static final String CLASSNAME_UNSPECIFIED
- Indicates an unspecified value for the class name of this
schema item.
getClassname
public abstract String getClassname()
- Gets the class name for this schema item.
- Returns:
- The class name for this schema item.
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