public static enum NetworkDetail.HSRelease extends Enum<NetworkDetail.HSRelease>
Modifier and Type | Method and Description |
---|---|
static NetworkDetail.HSRelease |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkDetail.HSRelease[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkDetail.HSRelease R1
public static final NetworkDetail.HSRelease R2
public static final NetworkDetail.HSRelease Unknown
public static NetworkDetail.HSRelease[] values()
for (NetworkDetail.HSRelease c : NetworkDetail.HSRelease.values()) System.out.println(c);
public static NetworkDetail.HSRelease 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 null