Uses of Interface
org.opendaylight.yangtools.yang.model.api.ElementCountConstraintAware
-
Packages that use ElementCountConstraintAware Package Description org.opendaylight.yangtools.yang.model.api Definition of structures and DOM like API of effected YANG schema.org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff -
-
Uses of ElementCountConstraintAware in org.opendaylight.yangtools.yang.model.api
Subinterfaces of ElementCountConstraintAware in org.opendaylight.yangtools.yang.model.api Modifier and Type Interface Description interface
LeafListSchemaNode
Interface describing YANG 'leaf-list' statement.interface
ListSchemaNode
Interface describing YANG 'list' statement. -
Uses of ElementCountConstraintAware in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement ElementCountConstraintAware Modifier and Type Class Description class
EmptyLeafListEffectiveStatement
class
EmptyListEffectiveStatement
class
RegularLeafListEffectiveStatement
class
RegularListEffectiveStatement
class
SlimLeafListEffectiveStatement
-