Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.Cont2
-
-
Uses of Cont2 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 that return Cont2 Modifier and Type Method Description Cont2AugGrouping. getCont2()Return cont2, ornullif it is not present.Cont2TllComplexAugmentBuilder. getCont2()Return current value associated with the property corresponding toAugGrouping.getCont2().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 with parameters of type Cont2 Modifier and Type Method Description TllComplexAugmentBuilderTllComplexAugmentBuilder. setCont2(Cont2 value)Set the property corresponding toAugGrouping.getCont2()to the specified value. -
Uses of Cont2 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping with type parameters of type Cont2 Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Cont2>>
E$$Cont2Builder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping that return Cont2 Modifier and Type Method Description @NonNull Cont2Cont2Builder. build()A newCont2instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping that return types with arguments of type Cont2 Modifier and Type Method Description default Class<Cont2>Cont2. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping with parameters of type Cont2 Modifier and Type Method Description static booleanCont2. bindingEquals(@NonNull Cont2 thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intCont2. bindingHashCode(@NonNull Cont2 obj)Default implementation ofObject.hashCode()contract for this interface.static StringCont2. bindingToString(@NonNull Cont2 obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping with type arguments of type Cont2 Modifier and Type Method Description Cont2BuilderCont2Builder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Cont2> augmentation)Add an augmentation to this builder's product.Cont2BuilderCont2Builder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Cont2>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping with parameters of type Cont2 Constructor Description Cont2Builder(Cont2 base)Construct a builder initialized with state from specifiedCont2.
-