public interface ClassBasedPropertyBuilder<P,T extends ClassBasedPropertyBuilder<P,T>> extends Builder<P>
Modifier and Type | Method and Description |
---|---|
<V> V |
get(Class<V> type)
Gets a value of property based on its type.
|
<V> T |
set(Class<V> type,
V value)
Sets a value of property uniquely identified by its
class.
|
build
<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 © 2019 OpenDaylight. All rights reserved.