Class PropertySetDescriptor
java.lang.Object
com.espertech.esper.common.internal.event.core.PropertySetDescriptor
Descriptor of a property set.
-
Constructor Summary
ConstructorsConstructorDescriptionPropertySetDescriptor
(List<String> propertyNameList, List<EventPropertyDescriptor> propertyDescriptors, Map<String, PropertySetDescriptorItem> propertyItems, Map<String, Object> nestableTypes) -
Method Summary
Modifier and TypeMethodDescriptionReturns the property descriptors.String[]
Returns property name list.
-
Constructor Details
-
PropertySetDescriptor
public PropertySetDescriptor(List<String> propertyNameList, List<EventPropertyDescriptor> propertyDescriptors, Map<String, PropertySetDescriptorItem> propertyItems, Map<String, Object> nestableTypes)
-
-
Method Details
-
getPropertyItems
-
getPropertyNameList
Returns property name list.- Returns:
- property name list
-
getPropertyDescriptors
Returns the property descriptors.- Returns:
- property descriptors
-
getNestableTypes
-
getPropertyNameArray
-