Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.PathType
Packages that use PathType
Package
Description
-
Uses of PathType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321 that return PathTypeModifier and TypeMethodDescriptionstatic @Nullable PathTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable PathTypePathType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull PathTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull PathTypePathType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static PathTypeReturns the enum constant of this class with the specified name.static PathType[]PathType.values()Returns an array containing the constants of this enum class, in the order they are declared.