Interface ExactDataObjectStep<T extends DataObject>
- Type Parameters:
T
- DataObject type
- All Superinterfaces:
BindingInstanceIdentifier.Step
,Comparable<DataObjectStep<?>>
,DataObjectStep<T>
,Serializable
public sealed interface ExactDataObjectStep<T extends DataObject>
extends DataObjectStep<T>, BindingInstanceIdentifier.Step
permits KeyStep<K,T>, NodeStep<T>
A
DataObjectStep
which is exactly specified. Due to how DataObject
and KeyAware
are tied
together, a class generated for a list
is strictly a DataObject
, but its semantics differ.
This interface captures two possible outcomes:
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.DataObjectStep
caseType, compareTo, type