public final enum

CalendarEventDow

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.activities.scheduling_2010_2.types.CalendarEventDow

Class Overview

Java class for CalendarEventDow.

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

 <simpleType name="CalendarEventDow">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_sunday"/>
     <enumeration value="_monday"/>
     <enumeration value="_tuesday"/>
     <enumeration value="_wednesday"/>
     <enumeration value="_thursday"/>
     <enumeration value="_friday"/>
     <enumeration value="_saturday"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
CalendarEventDow  FRIDAY   
CalendarEventDow  MONDAY   
CalendarEventDow  SATURDAY   
CalendarEventDow  SUNDAY   
CalendarEventDow  THURSDAY   
CalendarEventDow  TUESDAY   
CalendarEventDow  WEDNESDAY   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static CalendarEventDow fromValue(String v)
String value()
static CalendarEventDow valueOf(String name)
final static CalendarEventDow[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CalendarEventDow FRIDAY

public static final CalendarEventDow MONDAY

public static final CalendarEventDow SATURDAY

public static final CalendarEventDow SUNDAY

public static final CalendarEventDow THURSDAY

public static final CalendarEventDow TUESDAY

public static final CalendarEventDow WEDNESDAY

Fields

private final String value

Public Methods

public static CalendarEventDow fromValue (String v)

Parameters
v

public String value ()

public static CalendarEventDow valueOf (String name)

Parameters
name

public static final CalendarEventDow[] values ()