public enum WGGroesse extends Enum<WGGroesse>
Java class for WGGroesse.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="WGGroesse"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="2"/> <enumeration value="3"/> <enumeration value="4"/> <enumeration value="5"/> <enumeration value="6"/> <enumeration value="7"/> <enumeration value="8"/> <enumeration value="9"/> <enumeration value="10"/> <enumeration value="11+"/> </restriction> </simpleType>
Enum Constant and Description |
---|
PERSONS_02 |
PERSONS_03 |
PERSONS_04 |
PERSONS_05 |
PERSONS_06 |
PERSONS_07 |
PERSONS_08 |
PERSONS_09 |
PERSONS_10 |
PERSONS_11_PLUS |
Modifier and Type | Method and Description |
---|---|
static WGGroesse |
fromValue(String v) |
String |
value() |
static WGGroesse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WGGroesse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WGGroesse PERSONS_02
public static final WGGroesse PERSONS_03
public static final WGGroesse PERSONS_04
public static final WGGroesse PERSONS_05
public static final WGGroesse PERSONS_06
public static final WGGroesse PERSONS_07
public static final WGGroesse PERSONS_08
public static final WGGroesse PERSONS_09
public static final WGGroesse PERSONS_10
public static final WGGroesse PERSONS_11_PLUS
public static WGGroesse[] values()
for (WGGroesse c : WGGroesse.values()) System.out.println(c);
public static WGGroesse 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()
Copyright © 2015 OpenEstate. All rights reserved.