Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.next.table.Tables
Packages that use Tables
Package
Description
-
Uses of Tables in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type that return TablesModifier and TypeMethodDescriptionNextTable.getTables()
Return tables, ornull
if it is not present.NextTableBuilder.getTables()
Return current value associated with the property corresponding toNextTable.getTables()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type with parameters of type TablesModifier and TypeMethodDescriptionSet the property corresponding toNextTable.getTables()
to the specified value. -
Uses of Tables in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.next.table
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.next.table with type parameters of type TablesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Tables>>
E$$TablesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.next.table that return TablesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.next.table that return types with arguments of type TablesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.next.table with parameters of type TablesModifier and TypeMethodDescriptionstatic boolean
Tables.bindingEquals
(@NonNull Tables thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Tables.bindingHashCode
(@NonNull Tables obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Tables.bindingToString
(@NonNull Tables obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.next.table with type arguments of type TablesModifier and TypeMethodDescriptionTablesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Tables> augmentation) Add an augmentation to this builder's product.TablesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tables>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.next.table with parameters of type TablesModifierConstructorDescriptionTablesBuilder
(Tables base) Construct a builder initialized with state from specifiedTables
.