public static enum OverseasRentalAdType.Furnished extends Enum<OverseasRentalAdType.Furnished>
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="furnished"/>
<enumeration value="unfurnished"/>
<enumeration value="either"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
EITHER |
FURNISHED |
UNFURNISHED |
| Modifier and Type | Method and Description |
|---|---|
static OverseasRentalAdType.Furnished |
fromValue(String v) |
String |
value() |
static OverseasRentalAdType.Furnished |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverseasRentalAdType.Furnished[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverseasRentalAdType.Furnished FURNISHED
public static final OverseasRentalAdType.Furnished UNFURNISHED
public static final OverseasRentalAdType.Furnished EITHER
public static OverseasRentalAdType.Furnished[] values()
for (OverseasRentalAdType.Furnished c : OverseasRentalAdType.Furnished.values()) System.out.println(c);
public static OverseasRentalAdType.Furnished 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 OverseasRentalAdType.Furnished fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.