public class VariantPropertyDesc extends Object
Constructor and Description |
---|
VariantPropertyDesc(Class propertyType,
EventPropertyGetterSPI getter,
boolean property)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterSPI |
getGetter()
Returns the getter for the property.
|
Class |
getPropertyType()
Returns the property type.
|
boolean |
isProperty()
True if the property exists, false if not.
|
public VariantPropertyDesc(Class propertyType, EventPropertyGetterSPI getter, boolean property)
propertyType
- type or null if not existsgetter
- the getter or null if not existsproperty
- the boolean indicating whether it exists or notpublic boolean isProperty()
public Class getPropertyType()
public EventPropertyGetterSPI getGetter()
Copyright © 2005–2018. All rights reserved.