public final enum

RevRecScheduleAmortizationType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.accounting_2012_1.types.RevRecScheduleAmortizationType

Class Overview

Java class for RevRecScheduleAmortizationType.

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

 <simpleType name="RevRecScheduleAmortizationType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_standard"/>
     <enumeration value="_variable"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final RevRecScheduleAmortizationType STANDARD

public static final RevRecScheduleAmortizationType VARIABLE

Fields

private final String value

Public Methods

public static RevRecScheduleAmortizationType fromValue (String v)

Parameters
v

public String value ()

public static RevRecScheduleAmortizationType valueOf (String name)

Parameters
name

public static final RevRecScheduleAmortizationType[] values ()