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
-
DISCARDABLE_PROPERTY
- Indicates a change in whether or not this schema item is discardable.
-
isDiscardable()
- Reports whether this schema item is discardable.
-
setDiscardable(boolean)
- Controls whether this schema item is discardable.
DISCARDABLE_PROPERTY
public static final String DISCARDABLE_PROPERTY
- Indicates a change in whether or not this schema item is discardable.
isDiscardable
public abstract boolean isDiscardable()
- Reports whether this schema item is discardable.
- Returns:
- true if this schema item is discardable;
false otherwise.
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