public static enum OverseasSaleAdType.PropertyStatus extends Enum<OverseasSaleAdType.PropertyStatus>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="for-sale"/>
<enumeration value="sale-agreed"/>
<enumeration value="sold"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FOR_SALE |
SALE_AGREED |
SOLD |
| Modifier and Type | Method and Description |
|---|---|
static OverseasSaleAdType.PropertyStatus |
fromValue(String v) |
String |
value() |
static OverseasSaleAdType.PropertyStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverseasSaleAdType.PropertyStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverseasSaleAdType.PropertyStatus FOR_SALE
public static final OverseasSaleAdType.PropertyStatus SALE_AGREED
public static final OverseasSaleAdType.PropertyStatus SOLD
public static OverseasSaleAdType.PropertyStatus[] values()
for (OverseasSaleAdType.PropertyStatus c : OverseasSaleAdType.PropertyStatus.values()) System.out.println(c);
public static OverseasSaleAdType.PropertyStatus 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 String value()
public static OverseasSaleAdType.PropertyStatus fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.