public final enum

GeneralRateType

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.GeneralRateType

Class Overview

Java class for GeneralRateType.

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

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

Summary

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

Enum Values

public static final GeneralRateType AVERAGE

public static final GeneralRateType CURRENT

public static final GeneralRateType HISTORICAL

Fields

private final String value

Public Methods

public static GeneralRateType fromValue (String v)

Parameters
v

public String value ()

public static GeneralRateType valueOf (String name)

Parameters
name

public static final GeneralRateType[] values ()