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()
PropertySetDescriptorgetPropertyNames in interface PropertySetDescriptorpublic PropertyDescriptor getPropertyDescriptor(String propertyName)
PropertySetDescriptorgetPropertyDescriptor in interface PropertySetDescriptorpropertyName - The property name.null if no such exists.public void addPropertyDescriptor(PropertyDescriptor propertyDescriptor)
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.