All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.tools.dataFormatWizard.NameAttribute

public interface interface NameAttribute
extends PropertyChangeAnnouncer
The NameAttribute interface is used by schema items whose instances can have individual names.

See Also:
SchemaItem

Variable Index

 o NAME_PROPERTY
Indicates changes in the name of this schema item.
 o NAME_UNSPECIFIED
Indicates an unspecified value for the name of this schema item.

Method Index

 o getName()
Gets the name of this schema item.
 o setName(String)
Sets the new name of this schema item.

Variables

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

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

Methods

 o getName
 public abstract String getName()
Gets the name of this schema item.

Returns:
The name of this schema item.
 o setName
 public abstract void setName(String newName)
Sets the new name of this schema item.

Parameters:
newName - The new name of this schema item.

All Packages  Class Hierarchy  This Package  Previous  Next  Index