public final enum

EntityGroupDefView

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

Class Overview

Java class for EntityGroupDefView.

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

 <simpleType name="EntityGroupDefView">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_daily"/>
     <enumeration value="_weekly"/>
     <enumeration value="_monthly"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final EntityGroupDefView DAILY

public static final EntityGroupDefView MONTHLY

public static final EntityGroupDefView WEEKLY

Fields

private final String value

Public Methods

public static EntityGroupDefView fromValue (String v)

Parameters
v

public String value ()

public static EntityGroupDefView valueOf (String name)

Parameters
name

public static final EntityGroupDefView[] values ()