public static enum Alter.AlterAttr extends Enum<Alter.AlterAttr>
Modifier and Type | Method and Description |
---|---|
static Alter.AlterAttr |
fromValue(String v) |
String |
value() |
static Alter.AlterAttr |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alter.AlterAttr[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Alter.AlterAttr ALTBAU
public static final Alter.AlterAttr NEUBAU
public static Alter.AlterAttr[] values()
for (Alter.AlterAttr c : Alter.AlterAttr.values()) System.out.println(c);
public static Alter.AlterAttr 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 Alter.AlterAttr fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.