Interface OrderedByAwareEffectiveStatement<A,D extends DeclaredStatement<A>>
- Type Parameters:
A
- Argument type (Empty
if statement does not have argument.)D
- Class representing declared version of this statement.
- All Superinterfaces:
EffectiveStatement<A,
,D> ModelStatement<A>
- All Known Subinterfaces:
LeafListEffectiveStatement
,ListEffectiveStatement
- All Known Implementing Classes:
EmptyLeafListEffectiveStatement
,EmptyListEffectiveStatement
,RegularLeafListEffectiveStatement
,RegularListEffectiveStatement
,SlimLeafListEffectiveStatement
public interface OrderedByAwareEffectiveStatement<A,D extends DeclaredStatement<A>>
extends EffectiveStatement<A,D>
An
EffectiveStatement
which can contain an OrderedByEffectiveStatement
, controlling ordering of
data elements. Absence of an ordered-by
statement implies Ordering.SYSTEM
. YANG statements using
this interface are LeafListEffectiveStatement
and ListEffectiveStatement
.-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
collectEffectiveSubstatements, effectiveSubstatements, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, getDeclared, statementOrigin, streamEffectiveSubstatements
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument, statementDefinition
-
Method Details
-
ordering
Return the effectiveOrdering
of this statement.- Returns:
- Effective ordering
-