public enum ZoneTopologyEnumeration extends Enum<ZoneTopologyEnumeration>
Java class for ZoneTopologyEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ZoneTopologyEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
<enumeration value="overlapping"/>
<enumeration value="honeycomb"/>
<enumeration value="ring"/>
<enumeration value="nested"/>
<enumeration value="tiled"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
HONEYCOMB |
NESTED |
OTHER |
OVERLAPPING |
RING |
TILED |
| Modifier and Type | Method and Description |
|---|---|
static ZoneTopologyEnumeration |
fromValue(String v) |
String |
value() |
static ZoneTopologyEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZoneTopologyEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZoneTopologyEnumeration OVERLAPPING
public static final ZoneTopologyEnumeration HONEYCOMB
public static final ZoneTopologyEnumeration RING
public static final ZoneTopologyEnumeration NESTED
public static final ZoneTopologyEnumeration TILED
public static final ZoneTopologyEnumeration OTHER
public static ZoneTopologyEnumeration[] values()
for (ZoneTopologyEnumeration c : ZoneTopologyEnumeration.values()) System.out.println(c);
public static ZoneTopologyEnumeration 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 ZoneTopologyEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.