public class PropertyInfo extends Object
Constructor and Description |
---|
PropertyInfo(EPTypeClass type,
EventPropertyGetterSPIFactory getterFactory,
PropertyStem stem)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
getClazz()
Returns the return type.
|
PropertyStem |
getDescriptor()
Returns the property info.
|
EventPropertyGetterSPIFactory |
getGetterFactory()
Returns the getter.
|
public PropertyInfo(EPTypeClass type, EventPropertyGetterSPIFactory getterFactory, PropertyStem stem)
type
- is the classgetterFactory
- is the getterstem
- is the property infopublic EPTypeClass getClazz()
public EventPropertyGetterSPIFactory getGetterFactory()
public PropertyStem getDescriptor()
Copyright © 2005–2021. All rights reserved.