|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.japaki.beans.Properties
public final class Properties
Contains some standard properties.
| Method Summary | ||
|---|---|---|
static
|
dummyProperty()
A property for values that are stored nowhere, it can be used like a "virtual" additional property of any bean. |
|
static
|
keyProperty()
Returns the property for the key of a KeyValueBean. |
|
static
|
mapValueProperty()
Returns the property for the value of a Map.Entry. |
|
static
|
selfProperty()
Returns the property that returns the given bean as the value. |
|
static
|
singleProperty()
Returns the property of a SinglePropertyBean. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <E> Property<SinglePropertyBean<E>,E> singleProperty()
SinglePropertyBean.
SinglePropertyBeanpublic static final <K> Property<KeyValueBean<K,?>,K> keyProperty()
KeyValueBean.
KeyValueBeanpublic static final <V> Property<Map.Entry<?,V>,V> mapValueProperty()
Map.Entry.
Entrypublic static final <V> Property<V,V> selfProperty()
public static final <V> Property<Object,V> dummyProperty()
null,
the set-method does nothing.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||