V - The value type of the property.public final class Property<V>
extends java.lang.Object
Material.| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
java.lang.Class<V> |
type |
| Constructor and Description |
|---|
Property(java.lang.String name,
java.lang.Class<V> type) |
| Modifier and Type | Method and Description |
|---|---|
V |
fromString(java.lang.String str) |