public final enum

PresentationItemType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.platform.common_2010_2.types.PresentationItemType

Class Overview

Java class for PresentationItemType.

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

 <simpleType name="PresentationItemType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_fileCabinetItem"/>
     <enumeration value="_informationItem"/>
     <enumeration value="_item"/>
     <enumeration value="_presentationCategory"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
PresentationItemType  FILE_CABINET_ITEM   
PresentationItemType  INFORMATION_ITEM   
PresentationItemType  ITEM   
PresentationItemType  PRESENTATION_CATEGORY   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static PresentationItemType fromValue(String v)
String value()
static PresentationItemType valueOf(String name)
final static PresentationItemType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PresentationItemType FILE_CABINET_ITEM

public static final PresentationItemType INFORMATION_ITEM

public static final PresentationItemType ITEM

public static final PresentationItemType PRESENTATION_CATEGORY

Fields

private final String value

Public Methods

public static PresentationItemType fromValue (String v)

Parameters
v

public String value ()

public static PresentationItemType valueOf (String name)

Parameters
name

public static final PresentationItemType[] values ()