public static enum AlkisProducts.Type extends Enum<AlkisProducts.Type>
| Modifier and Type | Method and Description |
|---|---|
static AlkisProducts.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlkisProducts.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlkisProducts.Type FLURSTUECKSNACHWEIS_PDF
public static final AlkisProducts.Type FLURSTUECKSNACHWEIS_HTML
public static final AlkisProducts.Type FLURSTUECKS_UND_EIGENTUMSNACHWEIS_NRW_PDF
public static final AlkisProducts.Type FLURSTUECKS_UND_EIGENTUMSNACHWEIS_NRW_HTML
public static final AlkisProducts.Type FLURSTUECKS_UND_EIGENTUMSNACHWEIS_KOMMUNAL_PDF
public static final AlkisProducts.Type FLURSTUECKS_UND_EIGENTUMSNACHWEIS_KOMMUNAL_HTML
public static final AlkisProducts.Type FLURSTUECKS_UND_EIGENTUMSNACHWEIS_KOMMUNAL_INTERN_PDF
public static final AlkisProducts.Type FLURSTUECKS_UND_EIGENTUMSNACHWEIS_KOMMUNAL_INTERN_HTML
public static final AlkisProducts.Type BESTANDSNACHWEIS_NRW_PDF
public static final AlkisProducts.Type BESTANDSNACHWEIS_STICHTAGSBEZOGEN_NRW_PDF
public static final AlkisProducts.Type BESTANDSNACHWEIS_NRW_HTML
public static final AlkisProducts.Type BESTANDSNACHWEIS_KOMMUNAL_PDF
public static final AlkisProducts.Type BESTANDSNACHWEIS_KOMMUNAL_HTML
public static final AlkisProducts.Type BESTANDSNACHWEIS_KOMMUNAL_INTERN_PDF
public static final AlkisProducts.Type BESTANDSNACHWEIS_KOMMUNAL_INTERN_HTML
public static final AlkisProducts.Type GRUNDSTUECKSNACHWEIS_NRW_PDF
public static final AlkisProducts.Type GRUNDSTUECKSNACHWEIS_NRW_HTML
public static final AlkisProducts.Type PUNKTLISTE_PDF
public static final AlkisProducts.Type PUNKTLISTE_HTML
public static final AlkisProducts.Type PUNKTLISTE_TXT
public static AlkisProducts.Type[] values()
for (AlkisProducts.Type c : AlkisProducts.Type.values()) System.out.println(c);
public static AlkisProducts.Type 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 nullCopyright © 2012–2025 cismet GmbH. All rights reserved.