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
-
NAME_PROPERTY
- Indicates changes in the name of this schema item.
-
NAME_UNSPECIFIED
- Indicates an unspecified value for the name of this schema item.
-
getName()
- Gets the name of this schema item.
-
setName(String)
- Sets the new name of this schema item.
NAME_PROPERTY
public static final String NAME_PROPERTY
- Indicates changes in the name of this schema item.
NAME_UNSPECIFIED
public static final String NAME_UNSPECIFIED
- Indicates an unspecified value for the name of this schema item.
getName
public abstract String getName()
- Gets the name of this schema item.
- Returns:
- The name of this schema item.
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