public interface WriteableName
Exposes the following Attributes and methods:
| attribute or method | API |
|---|---|
| NAME | setName(String),
setName(character)
|
| Modifier and Type | Method and Description |
|---|---|
void |
setName(character name)
Set the
name attribute of handle. |
void |
setName(java.lang.String name)
Set the
name attribute of handle. |
void setName(java.lang.String name)
name attribute of handle.name - The name to be set.void setName(character name)
name attribute of handle.name - The name to be set.