public static enum ClientDetailsEntity.AppType extends Enum<ClientDetailsEntity.AppType>
Modifier and Type | Method and Description |
---|---|
static ClientDetailsEntity.AppType |
getByValue(String value) |
String |
getValue() |
static ClientDetailsEntity.AppType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientDetailsEntity.AppType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientDetailsEntity.AppType WEB
public static final ClientDetailsEntity.AppType NATIVE
public static ClientDetailsEntity.AppType[] values()
for (ClientDetailsEntity.AppType c : ClientDetailsEntity.AppType.values()) System.out.println(c);
public static ClientDetailsEntity.AppType 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 static ClientDetailsEntity.AppType getByValue(String value)
Copyright © 2018. All rights reserved.