public class VariantPropertyDesc extends Object
Type | Property and Description |
---|---|
boolean |
is
Gets the value of the property property.
|
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()
Gets the value of the property property.
|
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()