PropertyCollection

PropertyCollection

General

PropertyCollection is a class in Aspose.3d for Java. Inherits from: Iterable<Property>.

PropertyCollection és una classe en Aspose.3d per a Java. Hereta de: ̋Iterable` .

PropertyCollection.add agrega la propietat especificada a la col·lecció.

Mètodes

SignatureDescription
add(property: Property)Adds the specified Property to the collection
remove(property: Property)Removes the specified Property from the collection
findProperty(name: String)PropertyReturns the Property with the given name or null
get(name: String)ObjectRetrieves the value associated with the given property name
set(name: String, value: Object)Assigns the given value to the property identified by name
iterator()java.util.Iterator<Property>Provides an iterator over the Property objects in the collection
size()intReturns the number of Property objects in the collection
 Català