public enum OwnershipTypeEnum extends Enum<OwnershipTypeEnum>
Java class for OwnershipTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="OwnershipTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="public"/>
<enumeration value="private"/>
<enumeration value="publicPrivate"/>
<enumeration value="resident"/>
<enumeration value="unknown"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
OTHER |
PRIVATE |
PUBLIC |
PUBLIC_PRIVATE |
RESIDENT |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static OwnershipTypeEnum |
fromValue(String v) |
String |
value() |
static OwnershipTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwnershipTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwnershipTypeEnum PUBLIC
public static final OwnershipTypeEnum PRIVATE
public static final OwnershipTypeEnum PUBLIC_PRIVATE
public static final OwnershipTypeEnum RESIDENT
public static final OwnershipTypeEnum UNKNOWN
public static final OwnershipTypeEnum OTHER
public static OwnershipTypeEnum[] values()
for (OwnershipTypeEnum c : OwnershipTypeEnum.values()) System.out.println(c);
public static OwnershipTypeEnum 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 OwnershipTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.