public enum RelationshipState extends Enum<RelationshipState>
| Enum Constant and Description |
|---|
GESCHIEDEN |
GETRENNT |
LEDIG |
LEDIGMITPARTNER |
VERHEIRATET |
VERWITWET |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationshipState LEDIG
public static final RelationshipState LEDIGMITPARTNER
public static final RelationshipState VERHEIRATET
public static final RelationshipState GETRENNT
public static final RelationshipState GESCHIEDEN
public static final RelationshipState VERWITWET
public static RelationshipState[] values()
for (RelationshipState c : RelationshipState.values()) System.out.println(c);
public static RelationshipState 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 © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.