de.smartics.properties.admin.domain.model
Class PropertyDescriptors

Package class diagram package PropertyDescriptors
java.lang.Object
  extended by de.smartics.properties.admin.domain.model.PropertyDescriptors
All Implemented Interfaces:
Serializable

public class PropertyDescriptors
     
     
extends Object
implements Serializable

A set of properties descriptors.

See Also:
Serialized Form

Constructor Summary
PropertyDescriptors(de.smartics.properties.api.core.domain.PropertyDescriptorRegistry registry)
          Default constructor.
 
Method Summary
 List<de.smartics.properties.api.core.domain.PropertyDescriptor> get(String propertySet)
          Returns the sorted list of property descriptors.
 Collection<String> getPropertyKeys()
          Returns the sorted collection of property keys.
 de.smartics.properties.api.core.domain.PropertyDescriptorRegistry getRegistry()
          Returns the registry of known descriptors.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDescriptors

public PropertyDescriptors(de.smartics.properties.api.core.domain.PropertyDescriptorRegistry registry)
Default constructor.

Parameters:
registry - the registry of known descriptors.
Method Detail

getRegistry

public de.smartics.properties.api.core.domain.PropertyDescriptorRegistry getRegistry()
Returns the registry of known descriptors.

Returns:
the registry of known descriptors.

getPropertyKeys

public Collection<String> getPropertyKeys()
Returns the sorted collection of property keys.

Returns:
the sorted collection of property keys.

get

public List<de.smartics.properties.api.core.domain.PropertyDescriptor> get(String propertySet)
Returns the sorted list of property descriptors.

Parameters:
propertySet - the set whose descritors are requested.
Returns:
the sorted list of property descriptors.


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.