public enum BillingPeriodType extends java.lang.Enum<BillingPeriodType>
Java class for BillingPeriodType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="BillingPeriodType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="NoBillingPeriodType"/>
<enumeration value="Day"/>
<enumeration value="Week"/>
<enumeration value="SemiMonth"/>
<enumeration value="Month"/>
<enumeration value="Year"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DAY |
MONTH |
NO_BILLING_PERIOD_TYPE |
SEMI_MONTH |
WEEK |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
static BillingPeriodType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static BillingPeriodType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BillingPeriodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BillingPeriodType NO_BILLING_PERIOD_TYPE
public static final BillingPeriodType DAY
public static final BillingPeriodType WEEK
public static final BillingPeriodType SEMI_MONTH
public static final BillingPeriodType MONTH
public static final BillingPeriodType YEAR
public static BillingPeriodType[] values()
for (BillingPeriodType c : BillingPeriodType.values()) System.out.println(c);
public static BillingPeriodType 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 nullpublic java.lang.String value()
public static BillingPeriodType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.