All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.tools.dataFormatWizard.DiscardAttribute

public interface interface DiscardAttribute
extends PropertyChangeAnnouncer
The DiscardAttribute interface is used by schema items which allow instances to be discarded. Discarded instances are read from the input stream, but are not stored.

See Also:
SchemaItem

Variable Index

 o DISCARDABLE_PROPERTY
Indicates a change in whether or not this schema item is discardable.

Method Index

 o isDiscardable()
Reports whether this schema item is discardable.
 o setDiscardable(boolean)
Controls whether this schema item is discardable.

Variables

 o DISCARDABLE_PROPERTY
 public static final String DISCARDABLE_PROPERTY
Indicates a change in whether or not this schema item is discardable.

Methods

 o isDiscardable
 public abstract boolean isDiscardable()
Reports whether this schema item is discardable.

Returns:
true if this schema item is discardable; false otherwise.
 o setDiscardable
 public abstract void setDiscardable(boolean newState)
Controls whether this schema item is discardable.

Parameters:
newState - true if this schema item should be made discardable; false otherwise.

All Packages  Class Hierarchy  This Package  Previous  Next  Index