public class DefaultPropertySetDescriptor extends Object implements PropertySetDescriptor
Constructor and Description |
---|
DefaultPropertySetDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyDescriptor(PropertyDescriptor propertyDescriptor) |
static PropertySetDescriptor |
createFromClass(Class<?> valueType,
PropertyDescriptorFactory propertyDescriptorFactory) |
PropertyDescriptor |
getPropertyDescriptor(String propertyName)
Gets a property descriptor for the given property name.
|
String[] |
getPropertyNames()
Gets the names of all properties in the set.
|
public static PropertySetDescriptor createFromClass(Class<?> valueType, PropertyDescriptorFactory propertyDescriptorFactory)
public String[] getPropertyNames()
PropertySetDescriptor
getPropertyNames
in interface PropertySetDescriptor
public PropertyDescriptor getPropertyDescriptor(String propertyName)
PropertySetDescriptor
getPropertyDescriptor
in interface PropertySetDescriptor
propertyName
- The property name.null
if no such exists.public void addPropertyDescriptor(PropertyDescriptor propertyDescriptor)
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.