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
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Gets the name. |
value | Object | Read | Gets the value. |
Methods
| Signature | Description |
|---|---|
Property(name: String, value: Object) | Creates a Property with the given name and value |
getName() → String | Returns the name. |
getValue() → Object | Returns the value. |
setValue(value: Object) | Sets the value value. |