E
- the type of data to storepublic class Person.PersonProperty<E>
extends java.lang.Object
Constructor and Description |
---|
PersonProperty(E val) |
Modifier and Type | Method and Description |
---|---|
E |
getValue() |
void |
setValue(E val)
set value this object is storing
|