INamedObject
Overview
INamedObject is a interface in Aspose.3D FOSS for Java.
INamedObject.getName returns the object’s current name.
This interface provides 2 methods for working with INamedObject objects in Java programs.
Available methods include: getName, setName.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Gets the name. |
Methods
| Signature | Description |
|---|---|
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |