Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.EnterpriseSpecificInformation
Packages that use EnterpriseSpecificInformation
Package
Description
-
Uses of EnterpriseSpecificInformation in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi that return EnterpriseSpecificInformationModifier and TypeMethodDescriptionEnterpriseSpecificInformationParser.parseEnterpriseSpecificInformation
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.pcep.spi with parameters of type EnterpriseSpecificInformationModifier and TypeMethodDescriptionvoid
EnterpriseSpecificInformationParser.serializeEnterpriseSpecificInformation
(EnterpriseSpecificInformation enterpriseSpecificInformation, io.netty.buffer.ByteBuf buffer) Method parameters in org.opendaylight.protocol.pcep.spi with type arguments of type EnterpriseSpecificInformationModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
PCEPExtensionProviderContext.registerVendorInformationObjectSerializer
(Class<? extends EnterpriseSpecificInformation> esInformationClass, ObjectSerializer serializer) org.opendaylight.yangtools.concepts.Registration
PCEPExtensionProviderContext.registerVendorInformationTlvSerializer
(Class<? extends EnterpriseSpecificInformation> esInformationClass, TlvSerializer serializer) -
Uses of EnterpriseSpecificInformation in org.opendaylight.protocol.pcep.spi.pojo
Method parameters in org.opendaylight.protocol.pcep.spi.pojo with type arguments of type EnterpriseSpecificInformationModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
SimplePCEPExtensionProviderContext.registerVendorInformationObjectSerializer
(Class<? extends EnterpriseSpecificInformation> esInformationClass, ObjectSerializer serializer) org.opendaylight.yangtools.concepts.Registration
SimpleVendorInformationObjectRegistry.registerVendorInformationObjectSerializer
(Class<? extends EnterpriseSpecificInformation> esInformationClass, ObjectSerializer serializer) org.opendaylight.yangtools.concepts.Registration
SimplePCEPExtensionProviderContext.registerVendorInformationTlvSerializer
(Class<? extends EnterpriseSpecificInformation> esInformationClass, TlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
SimpleVendorInformationTlvRegistry.registerVendorInformationTlvSerializer
(Class<? extends EnterpriseSpecificInformation> esInformationClass, TlvSerializer serializer) -
Uses of EnterpriseSpecificInformation in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return EnterpriseSpecificInformationModifier and TypeMethodDescriptionVendorInformation.getEnterpriseSpecificInformation()
Return enterpriseSpecificInformation, ornull
if it is not present. -
Uses of EnterpriseSpecificInformation in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.objects
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.objects that return EnterpriseSpecificInformationModifier and TypeMethodDescriptionVendorInformationObjectBuilder.getEnterpriseSpecificInformation()
Return current value associated with the property corresponding toVendorInformation.getEnterpriseSpecificInformation()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.objects with parameters of type EnterpriseSpecificInformationModifier and TypeMethodDescriptionVendorInformationObjectBuilder.setEnterpriseSpecificInformation
(EnterpriseSpecificInformation value) Set the property corresponding toVendorInformation.getEnterpriseSpecificInformation()
to the specified value. -
Uses of EnterpriseSpecificInformation in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.tlvs
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.tlvs that return EnterpriseSpecificInformationModifier and TypeMethodDescriptionVendorInformationTlvBuilder.getEnterpriseSpecificInformation()
Return current value associated with the property corresponding toVendorInformation.getEnterpriseSpecificInformation()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.tlvs with parameters of type EnterpriseSpecificInformationModifier and TypeMethodDescriptionVendorInformationTlvBuilder.setEnterpriseSpecificInformation
(EnterpriseSpecificInformation value) Set the property corresponding toVendorInformation.getEnterpriseSpecificInformation()
to the specified value.