de.smartics.properties.tutorial.propertyset
Interface VirtualPropertySet

Package class diagram package VirtualPropertySet

@PropertySet(value="some.name")
public interface VirtualPropertySet

A virtual property set is a property set that is given an name but is never registered. Only property sets that are declared at type level are registered.

The following example shows a property set that contains a property of a virtual property set.


Method Summary
 void element()
          This property is part of the virtual property set other.set, since this property set is never declared at type level.
 

Method Detail

element

@PropertySet(value="other.set")
void element()
This property is part of the virtual property set other.set, since this property set is never declared at type level.



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