Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.Cont1
-
-
Uses of Cont1 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 Cont1 Modifier and Type Method Description Cont1AugGrouping. getCont1()Return cont1, ornullif it is not present.Cont1TllComplexAugmentBuilder. getCont1()Return current value associated with the property corresponding toAugGrouping.getCont1().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 Cont1 Modifier and Type Method Description TllComplexAugmentBuilderTllComplexAugmentBuilder. setCont1(Cont1 value)Set the property corresponding toAugGrouping.getCont1()to the specified value. -
Uses of Cont1 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 Cont1 Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Cont1>>
E$$Cont1Builder. 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 Cont1 Modifier and Type Method Description @NonNull Cont1Cont1Builder. build()A newCont1instance.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 Cont1 Modifier and Type Method Description default Class<Cont1>Cont1. 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 Cont1 Modifier and Type Method Description static booleanCont1. bindingEquals(@NonNull Cont1 thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intCont1. bindingHashCode(@NonNull Cont1 obj)Default implementation ofObject.hashCode()contract for this interface.static StringCont1. bindingToString(@NonNull Cont1 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 Cont1 Modifier and Type Method Description Cont1BuilderCont1Builder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Cont1> augmentation)Add an augmentation to this builder's product.Cont1BuilderCont1Builder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Cont1>> 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 Cont1 Constructor Description Cont1Builder(Cont1 base)Construct a builder initialized with state from specifiedCont1.
-