public class PropertySetDescriptor extends Object
Constructor and Description |
---|
PropertySetDescriptor(List<String> propertyNameList,
List<EventPropertyDescriptor> propertyDescriptors,
Map<String,PropertySetDescriptorItem> propertyItems,
Map<String,Object> nestableTypes) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getNestableTypes() |
List<EventPropertyDescriptor> |
getPropertyDescriptors()
Returns the property descriptors.
|
Map<String,PropertySetDescriptorItem> |
getPropertyItems() |
String[] |
getPropertyNameArray() |
List<String> |
getPropertyNameList()
Returns property name list.
|
public PropertySetDescriptor(List<String> propertyNameList, List<EventPropertyDescriptor> propertyDescriptors, Map<String,PropertySetDescriptorItem> propertyItems, Map<String,Object> nestableTypes)
public Map<String,PropertySetDescriptorItem> getPropertyItems()
public List<String> getPropertyNameList()
public List<EventPropertyDescriptor> getPropertyDescriptors()
public String[] getPropertyNameArray()