Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.UnnumberedCase
-
-
Uses of UnnumberedCase in org.opendaylight.protocol.rsvp.parser.spi.subobjects
Methods in org.opendaylight.protocol.rsvp.parser.spi.subobjects that return UnnumberedCase Modifier and Type Method Description static UnnumberedCase
UnnumberedInterfaceSubobjectUtils. parseUnnumeredInterface(io.netty.buffer.ByteBuf buffer)
-
Uses of UnnumberedCase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type with type parameters of type UnnumberedCase Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UnnumberedCase>>
E$$UnnumberedCaseBuilder. 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.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type that return UnnumberedCase Modifier and Type Method Description @NonNull UnnumberedCase
UnnumberedCaseBuilder. build()
A newUnnumberedCase
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type that return types with arguments of type UnnumberedCase Modifier and Type Method Description default Class<UnnumberedCase>
UnnumberedCase. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type with parameters of type UnnumberedCase Modifier and Type Method Description static boolean
UnnumberedCase. bindingEquals(@NonNull UnnumberedCase thisObj, Object obj)
Default implementation ofObject.equals(Object)
contract for this interface.static int
UnnumberedCase. bindingHashCode(@NonNull UnnumberedCase obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
UnnumberedCase. bindingToString(@NonNull UnnumberedCase obj)
Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type with type arguments of type UnnumberedCase Modifier and Type Method Description UnnumberedCaseBuilder
UnnumberedCaseBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnnumberedCase> augmentation)
Add an augmentation to this builder's product.UnnumberedCaseBuilder
UnnumberedCaseBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnnumberedCase>> augmentationType)
Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type with parameters of type UnnumberedCase Constructor Description UnnumberedCaseBuilder(UnnumberedCase base)
Construct a builder initialized with state from specifiedUnnumberedCase
.
-