public final enum

CashFlowRateType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.accounting_2010_2.types.CashFlowRateType

Class Overview

Java class for CashFlowRateType.

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

 <simpleType name="CashFlowRateType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_average"/>
     <enumeration value="_current"/>
     <enumeration value="_historical"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
CashFlowRateType  AVERAGE   
CashFlowRateType  CURRENT   
CashFlowRateType  HISTORICAL   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static CashFlowRateType fromValue(String v)
String value()
static CashFlowRateType valueOf(String name)
final static CashFlowRateType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CashFlowRateType AVERAGE

public static final CashFlowRateType CURRENT

public static final CashFlowRateType HISTORICAL

Fields

private final String value

Public Methods

public static CashFlowRateType fromValue (String v)

Parameters
v

public String value ()

public static CashFlowRateType valueOf (String name)

Parameters
name

public static final CashFlowRateType[] values ()