public static enum NativeDataAsset.DATA_TYPE extends java.lang.Enum<NativeDataAsset.DATA_TYPE>
| Enum Constant and Description |
|---|
ADDRESS |
CTATEXT |
CUSTOM |
DESC |
DESC2 |
DESPLAYURL |
DOWNLOADS |
LIKES |
PHONE |
PRICE |
RATING |
SALEPRICE |
SPONSORED |
| Modifier and Type | Method and Description |
|---|---|
int |
getID() |
void |
setID(int id) |
static NativeDataAsset.DATA_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NativeDataAsset.DATA_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeDataAsset.DATA_TYPE SPONSORED
public static final NativeDataAsset.DATA_TYPE DESC
public static final NativeDataAsset.DATA_TYPE RATING
public static final NativeDataAsset.DATA_TYPE LIKES
public static final NativeDataAsset.DATA_TYPE DOWNLOADS
public static final NativeDataAsset.DATA_TYPE PRICE
public static final NativeDataAsset.DATA_TYPE SALEPRICE
public static final NativeDataAsset.DATA_TYPE PHONE
public static final NativeDataAsset.DATA_TYPE ADDRESS
public static final NativeDataAsset.DATA_TYPE DESC2
public static final NativeDataAsset.DATA_TYPE DESPLAYURL
public static final NativeDataAsset.DATA_TYPE CTATEXT
public static final NativeDataAsset.DATA_TYPE CUSTOM
public static NativeDataAsset.DATA_TYPE[] values()
for (NativeDataAsset.DATA_TYPE c : NativeDataAsset.DATA_TYPE.values()) System.out.println(c);
public static NativeDataAsset.DATA_TYPE valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getID()
public void setID(int id)