public final enum

CustomerMonthlyClosing

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.relationships_2010_2.types.CustomerMonthlyClosing

Class Overview

Java class for CustomerMonthlyClosing.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="CustomerMonthlyClosing">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_one"/>
     <enumeration value="_five"/>
     <enumeration value="_ten"/>
     <enumeration value="_fifteen"/>
     <enumeration value="_twenty"/>
     <enumeration value="_twentyFive"/>
     <enumeration value="_endOfTheMonth"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
CustomerMonthlyClosing  END_OF_THE_MONTH   
CustomerMonthlyClosing  FIFTEEN   
CustomerMonthlyClosing  FIVE   
CustomerMonthlyClosing  ONE   
CustomerMonthlyClosing  TEN   
CustomerMonthlyClosing  TWENTY   
CustomerMonthlyClosing  TWENTY_FIVE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static CustomerMonthlyClosing fromValue(String v)
String value()
static CustomerMonthlyClosing valueOf(String name)
final static CustomerMonthlyClosing[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CustomerMonthlyClosing END_OF_THE_MONTH

public static final CustomerMonthlyClosing FIFTEEN

public static final CustomerMonthlyClosing FIVE

public static final CustomerMonthlyClosing ONE

public static final CustomerMonthlyClosing TEN

public static final CustomerMonthlyClosing TWENTY

public static final CustomerMonthlyClosing TWENTY_FIVE

Fields

private final String value

Public Methods

public static CustomerMonthlyClosing fromValue (String v)

Parameters
v

public String value ()

public static CustomerMonthlyClosing valueOf (String name)

Parameters
name

public static final CustomerMonthlyClosing[] values ()