sim.util
Interface Propertied


public interface Propertied

A Propertied object is one which provides its own Properties rather than letting SimpleProperties scan the object statically. This is generally rare and mostly used for dynamic objects or certain abstract classes.


Method Summary
 Properties properties()
          Returns my own Properties.
 

Method Detail

properties

Properties properties()
Returns my own Properties.