Interface UserOrderedAware<E extends OrderedByAwareEffectiveStatement<?,?>>
-
- Type Parameters:
E
- Effective representation of the underlying YANG statement
- All Superinterfaces:
EffectiveStatementEquivalent<E>
- All Known Subinterfaces:
EffectiveStatementMixins.UserOrderedAwareMixin<A,D,E>
,LeafListSchemaNode
,ListSchemaNode
- All Known Implementing Classes:
EmptyLeafListEffectiveStatement
,EmptyListEffectiveStatement
,RegularLeafListEffectiveStatement
,RegularListEffectiveStatement
,SlimLeafListEffectiveStatement
@Beta public interface UserOrderedAware<E extends OrderedByAwareEffectiveStatement<?,?>> extends EffectiveStatementEquivalent<E>
Common interface forDataSchemaNode
s which can have anordered-by
substatement.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
isUserOrdered()
YANGordered-by
statement.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.EffectiveStatementEquivalent
asEffectiveStatement
-
-