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

NameTypeAccessDescription
nameStringReadHolds the identifier string of the property
valueObjectReadHolds the associated Object value of the property

Methods

SignatureDescription
Property(name: String, value: Object)Creates a Property with the specified name and value
getName()StringReturns the property’s name as a String
getValue()ObjectReturns the property’s stored value as an Object
setValue(value: Object)Replaces the property’s value with the given Object