Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107.IpVersion
Packages that use IpVersion
-
Uses of IpVersion in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107 that return IpVersionModifier and TypeMethodDescriptionstatic @Nullable IpVersionReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable IpVersionIpVersion.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull IpVersionReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull IpVersionIpVersion.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static IpVersionReturns the enum constant of this class with the specified name.static IpVersion[]IpVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.