Contents
Class PropertyStorage
java.lang.Object
eu.mihosoft.vrl.v3d.PropertyStorage
A simple property storage.
- Author:
- Michael Hoffer <info@michaelhoffer.de>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether this storage contains the requested property.void
Deletes the requested property if present.<T> Optional
<T> Returns a property.void
Sets a property.