|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.property.GenericPropertyDesc
public class GenericPropertyDesc
Descriptor for a type and its generic type, if any.
Constructor Summary | |
---|---|
GenericPropertyDesc(java.lang.Class type)
Ctor. |
|
GenericPropertyDesc(java.lang.Class type,
java.lang.Class generic)
Ctor. |
Method Summary | |
---|---|
java.lang.Class |
getGeneric()
Returns the generic parameter, or null if none. |
static GenericPropertyDesc |
getObjectGeneric()
Object.class type. |
java.lang.Class |
getType()
Returns the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericPropertyDesc(java.lang.Class type, java.lang.Class generic)
type
- the typegeneric
- its generic type parameter, if anypublic GenericPropertyDesc(java.lang.Class type)
type
- the typeMethod Detail |
---|
public java.lang.Class getType()
public java.lang.Class getGeneric()
public static GenericPropertyDesc getObjectGeneric()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |