public final enum

EmployeeCommissionPaymentPreference

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.employees_2010_2.types.EmployeeCommissionPaymentPreference

Class Overview

Java class for EmployeeCommissionPaymentPreference.

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

 <simpleType name="EmployeeCommissionPaymentPreference">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_accountsPayable"/>
     <enumeration value="_payroll"/>
     <enumeration value="_systemPreference"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final EmployeeCommissionPaymentPreference ACCOUNTS_PAYABLE

public static final EmployeeCommissionPaymentPreference PAYROLL

public static final EmployeeCommissionPaymentPreference SYSTEM_PREFERENCE

Fields

private final String value

Public Methods

public static EmployeeCommissionPaymentPreference fromValue (String v)

Parameters
v

public String value ()

public static EmployeeCommissionPaymentPreference valueOf (String name)

Parameters
name

public static final EmployeeCommissionPaymentPreference[] values ()