INamedObject

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

NameTypeAccessDescription
nameStringReadGets the name.

Methods

SignatureDescription
getName()StringReturns the name.
setName(name: String)Sets the name value.

See Also

 English