Property
Overview
Property is a class in Aspose.3D FOSS for Java.
Inherits from: Serializable.
Property.Property creates a Property with the specified name and value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Holds the identifier string of the property |
value | Object | Read | Holds the associated Object value of the property |
Methods
| Signature | Description |
|---|---|
Property(name: String, value: Object) | Creates a Property with the specified name and value |
getName() → String | Returns the property’s name as a String |
getValue() → Object | Returns the property’s stored value as an Object |
setValue(value: Object) | Replaces the property’s value with the given Object |