public enum AdRefStatus extends Enum<AdRefStatus>
Modifier and Type | Method and Description |
---|---|
static AdRefStatus |
forValue(int value) |
int |
getValue() |
static AdRefStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdRefStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdRefStatus Inactive
public static final AdRefStatus Active
public static AdRefStatus[] values()
for (AdRefStatus c : AdRefStatus.values()) System.out.println(c);
public static AdRefStatus 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 int getValue()
public static AdRefStatus forValue(int value)
Copyright © 2012. All Rights Reserved.