de.smartics.properties.tutorial.propertyset
Interface ForeignPropertySet

Package class diagram package ForeignPropertySet

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

This is an example where a property set contains a property of another property set.

Usually there is no need to use this feature unless due to refactorings that are required to not break existing API.


Method Summary
 void element()
          This property is part of the property set some.name.
 void foreignElement()
          This property is part if the property set propset.name.
 

Method Detail

foreignElement

@PropertySet(value="propset.name")
void foreignElement()
This property is part if the property set propset.name. The referenced property set is declared in PropertySetWithName.


element

void element()
This property is part of the property set some.name.



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