@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public enum DadgetContainerDto extends java.lang.Enum<DadgetContainerDto>
| Modifier and Type | Method and Description |
|---|---|
static DadgetContainerDto |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DadgetContainerDto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DadgetContainerDto NORTH
public static final DadgetContainerDto CENTER
public static final DadgetContainerDto SOUTH
public static DadgetContainerDto[] values()
for (DadgetContainerDto c : DadgetContainerDto.values()) System.out.println(c);
public static DadgetContainerDto valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null