public enum AdvertisementPropertyType extends Enum<AdvertisementPropertyType>
| Enum Constant and Description |
|---|
GOVERNMENT |
OWN |
PRIVATE |
ULB |
| Modifier and Type | Method and Description |
|---|---|
static AdvertisementPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdvertisementPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvertisementPropertyType PRIVATE
public static final AdvertisementPropertyType GOVERNMENT
public static final AdvertisementPropertyType ULB
public static final AdvertisementPropertyType OWN
public static AdvertisementPropertyType[] values()
for (AdvertisementPropertyType c : AdvertisementPropertyType.values()) System.out.println(c);
public static AdvertisementPropertyType 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 nullCopyright © 2015–2016 eGovernments Foundation. All rights reserved.