Property

Overview

Property is a class in Aspose.3D FOSS for Java. Inherits from: Serializable.

Property.Property creates a Property with the given name and value.

This class provides 4 methods for working with Property objects in Java programs. Available methods include: Property, getName, getValue, setValue. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: name, value.

Description

Property is a class in the Aspose.3D FOSS library for Java that exposes 3 methods and 2 properties for programmatic use. It extends Serializable, inheriting shared functionality from its parent type.

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

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

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
nameStringReadGets the name.
valueObjectReadGets the value.

Methods

SignatureDescription
Property(name: String, value: Object)Creates a Property with the given name and value
getName()StringReturns the name.
getValue()ObjectReturns the value.
setValue(value: Object)Sets the value value.

See Also