public enum DateiTyp extends Enum<DateiTyp>
| Enum Constant and Description |
|---|
BILD |
GRUNDRISS_BILD |
GRUNDRISS_PDF |
LINK |
SOUNDFILE |
VIDEO |
| Modifier and Type | Method and Description |
|---|---|
static DateiTyp |
parse(String value) |
String |
print() |
static DateiTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateiTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateiTyp BILD
public static final DateiTyp VIDEO
public static final DateiTyp SOUNDFILE
public static final DateiTyp LINK
public static final DateiTyp GRUNDRISS_BILD
public static final DateiTyp GRUNDRISS_PDF
public static DateiTyp[] values()
for (DateiTyp c : DateiTyp.values()) System.out.println(c);
public static DateiTyp 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 print()
Copyright © 2016 OpenEstate. All rights reserved.