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 exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: name.

Description

INamedObject is an interface in Aspose.3D FOSS for Java that defines a contract with 2 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Core capabilities include: string; sets the name value. These operations enable developers to integrate inamedobject functionality directly into Java applications.

The class also provides the name property (gets the name).

Properties

NameTypeAccessDescription
nameStringReadGets the name.

Methods

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

See Also