@Generated(value="org.jsonschema2pojo") public static enum Ipv4Setting.IpAssignmentState extends Enum<Ipv4Setting.IpAssignmentState>
Modifier and Type | Method and Description |
---|---|
static Ipv4Setting.IpAssignmentState |
fromValue(String value) |
String |
toString() |
static Ipv4Setting.IpAssignmentState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ipv4Setting.IpAssignmentState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ipv4Setting.IpAssignmentState Assigned
public static final Ipv4Setting.IpAssignmentState None
public static final Ipv4Setting.IpAssignmentState Reserved
public static Ipv4Setting.IpAssignmentState[] values()
for (Ipv4Setting.IpAssignmentState c : Ipv4Setting.IpAssignmentState.values()) System.out.println(c);
public static Ipv4Setting.IpAssignmentState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Ipv4Setting.IpAssignmentState>
public static Ipv4Setting.IpAssignmentState fromValue(String value)
Copyright © 2016. All rights reserved.