public final enum

EntityType

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

Class Overview

Java class for EntityType.

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

 <simpleType name="EntityType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_contact"/>
     <enumeration value="_company"/>
     <enumeration value="_customer"/>
     <enumeration value="_employee"/>
     <enumeration value="_group"/>
     <enumeration value="_job"/>
     <enumeration value="_otherName"/>
     <enumeration value="_partner"/>
     <enumeration value="_vendor"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
EntityType  COMPANY   
EntityType  CONTACT   
EntityType  CUSTOMER   
EntityType  EMPLOYEE   
EntityType  GROUP   
EntityType  JOB   
EntityType  OTHER_NAME   
EntityType  PARTNER   
EntityType  VENDOR   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static EntityType fromValue(String v)
String value()
static EntityType valueOf(String name)
final static EntityType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final EntityType COMPANY

public static final EntityType CONTACT

public static final EntityType CUSTOMER

public static final EntityType EMPLOYEE

public static final EntityType GROUP

public static final EntityType JOB

public static final EntityType OTHER_NAME

public static final EntityType PARTNER

public static final EntityType VENDOR

Fields

private final String value

Public Methods

public static EntityType fromValue (String v)

Parameters
v

public String value ()

public static EntityType valueOf (String name)

Parameters
name

public static final EntityType[] values ()