@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum PriceIntervalType extends Enum<PriceIntervalType>
Java class for PriceIntervalType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PriceIntervalType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DAY"/>
<enumeration value="WEEK"/>
<enumeration value="MONTH"/>
<enumeration value="YEAR"/>
<enumeration value="ONE_TIME_CHARGE"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DAY
Zahlung pro Tag
|
MONTH
Zahlung pro Monat
|
ONE_TIME_CHARGE
Einmalzahlung
|
WEEK
Zahlung pro Woche
|
YEAR
Zahlung pro Jahr
|
| Modifier and Type | Method and Description |
|---|---|
static PriceIntervalType |
fromValue(String v) |
String |
value() |
static PriceIntervalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PriceIntervalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PriceIntervalType DAY
public static final PriceIntervalType WEEK
public static final PriceIntervalType MONTH
public static final PriceIntervalType YEAR
public static final PriceIntervalType ONE_TIME_CHARGE
public static PriceIntervalType[] values()
for (PriceIntervalType c : PriceIntervalType.values()) System.out.println(c);
public static PriceIntervalType 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 PriceIntervalType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.