Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.P2mpLeaves
Packages that use P2mpLeaves
Package
Description
-
Uses of P2mpLeaves 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 P2mpLeavesModifier and TypeMethodDescriptionstatic @Nullable P2mpLeavesReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable P2mpLeavesP2mpLeaves.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.P2mpLeavesLeaf.getP2mpLeaves()Return p2mpLeaves, ornullif it is not present.static @NonNull P2mpLeavesReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull P2mpLeavesP2mpLeaves.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull P2mpLeavesP2mpLeavesLeaf.requireP2mpLeaves()Return p2mpLeaves, guaranteed to be non-null.static P2mpLeavesReturns the enum constant of this class with the specified name.static P2mpLeaves[]P2mpLeaves.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of P2mpLeaves in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv4._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv4._case that return P2mpLeavesModifier and TypeMethodDescriptionP2mpIpv4Builder.getP2mpLeaves()Return current value associated with the property corresponding toP2mpLeavesLeaf.getP2mpLeaves().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv4._case with parameters of type P2mpLeavesModifier and TypeMethodDescriptionP2mpIpv4Builder.setP2mpLeaves(P2mpLeaves value) Set the property corresponding toP2mpLeavesLeaf.getP2mpLeaves()to the specified value. -
Uses of P2mpLeaves in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv6._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv6._case that return P2mpLeavesModifier and TypeMethodDescriptionP2mpIpv6Builder.getP2mpLeaves()Return current value associated with the property corresponding toP2mpLeavesLeaf.getP2mpLeaves().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv6._case with parameters of type P2mpLeavesModifier and TypeMethodDescriptionP2mpIpv6Builder.setP2mpLeaves(P2mpLeaves value) Set the property corresponding toP2mpLeavesLeaf.getP2mpLeaves()to the specified value.