All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.tools.dataFormatWizard.ArgumentsAttribute

public interface interface ArgumentsAttribute
extends PropertyChangeAnnouncer
The ArgumentsAttribute interface is used by schema items whose instances can have predefined constructor arguments associated with them. The constructor arguments will be used to construct a Java class instance to read data from the input stream.

See Also:
SchemaItem

Variable Index

 o ARGUMENTS_PROPERTY
Indicates changes in the arguments associated with this schema item.
 o NO_ARGUMENTS
Indicates an unspecified value for the arguments of this schema item.

Method Index

 o getArguments()
Gets the arguments for this schema item.
 o setArguments(String)
Sets the arguments for this schema item.

Variables

 o ARGUMENTS_PROPERTY
 public static final String ARGUMENTS_PROPERTY
Indicates changes in the arguments associated with this schema item.

 o NO_ARGUMENTS
 public static final String NO_ARGUMENTS
Indicates an unspecified value for the arguments of this schema item.

Methods

 o getArguments
 public abstract String getArguments()
Gets the arguments for this schema item.

Returns:
The arguments for this schema item.
 o setArguments
 public abstract void setArguments(String newArguments)
Sets the arguments for this schema item.

Parameters:
newArguments - The new arguments for this schema item.

All Packages  Class Hierarchy  This Package  Previous  Next  Index