Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107.IpVersion
-
Packages that use IpVersion Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107 -
-
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 IpVersion Modifier and Type Method Description static IpVersionIpVersion. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static IpVersionIpVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static IpVersion[]IpVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107 that return types with arguments of type IpVersion Modifier and Type Method Description static Optional<IpVersion>IpVersion. forName(String name)Return the enumeration member whosegetName()matches specified value.
-