public static enum MetaObjectNodesStadtbildSerieSearchStatement.Bildtyp extends Enum<MetaObjectNodesStadtbildSerieSearchStatement.Bildtyp>
| Enum Constant and Description |
|---|
BODENNAH |
LUFTSCHRAEG |
LUFTSENK |
REIHENSCHRAEG |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
DOCUMENT ME!
|
static MetaObjectNodesStadtbildSerieSearchStatement.Bildtyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaObjectNodesStadtbildSerieSearchStatement.Bildtyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaObjectNodesStadtbildSerieSearchStatement.Bildtyp LUFTSCHRAEG
public static final MetaObjectNodesStadtbildSerieSearchStatement.Bildtyp LUFTSENK
public static final MetaObjectNodesStadtbildSerieSearchStatement.Bildtyp BODENNAH
public static final MetaObjectNodesStadtbildSerieSearchStatement.Bildtyp REIHENSCHRAEG
public static MetaObjectNodesStadtbildSerieSearchStatement.Bildtyp[] values()
for (MetaObjectNodesStadtbildSerieSearchStatement.Bildtyp c : MetaObjectNodesStadtbildSerieSearchStatement.Bildtyp.values()) System.out.println(c);
public static MetaObjectNodesStadtbildSerieSearchStatement.Bildtyp 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 int getId()
Copyright © 2012–2025 cismet GmbH. All rights reserved.