public static enum AppActionBuilder.DEVICE_TYPE extends Enum<AppActionBuilder.DEVICE_TYPE>
Modifier and Type | Method and Description |
---|---|
String |
getValue()
디바이스 종류의 string 값.
|
static AppActionBuilder.DEVICE_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppActionBuilder.DEVICE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppActionBuilder.DEVICE_TYPE PAD
public static final AppActionBuilder.DEVICE_TYPE PHONE
public String getValue()
public static AppActionBuilder.DEVICE_TYPE 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 AppActionBuilder.DEVICE_TYPE[] values()
for (AppActionBuilder.DEVICE_TYPE c : AppActionBuilder.DEVICE_TYPE.values()) System.out.println(c);
Copyright © 2014 Kakao Corp. All rights reserved.