|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object osdep.proxy.PropertyValue<V>
public class PropertyValue<V>
The value of a property. It can be set or not. The reason we are not using a simple nullable value is that a property can be set and have null value
Constructor Summary | |
---|---|
PropertyValue()
|
|
PropertyValue(V value)
|
Method Summary | |
---|---|
V |
getValue()
|
boolean |
isSet()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyValue(V value)
value
- public PropertyValue()
Method Detail |
---|
public boolean isSet()
public V getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |