public interface ClassBasedPropertyBuilder<P,T extends ClassBasedPropertyBuilder<P,T>> extends Builder<P>
<V> T set(Class<V> type, V value)
V
- value typetype
- Type of property to setvalue
- Value of property<V> V get(Class<V> type)
V
- value typetype
- Type of property to getCopyright © 2017 OpenDaylight. All rights reserved.