|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.PropertyGetter<T,P>
public abstract class PropertyGetter<T,P>
Constructor Summary | |
---|---|
PropertyGetter()
|
Method Summary | |
---|---|
abstract P |
getProperty(T t)
Return a property, say a language, locale or ANID given a T (which might be a AWSession, etc.) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyGetter()
Method Detail |
---|
public abstract P getProperty(T t)
t
- of type T
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |