public final enum

ResourceAllocationAllocationUnit

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.activities.scheduling_2013_2.types.ResourceAllocationAllocationUnit

Class Overview

Java class for ResourceAllocationAllocationUnit.

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

 <simpleType name="ResourceAllocationAllocationUnit">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_hours"/>
     <enumeration value="_percentOfTime"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final ResourceAllocationAllocationUnit HOURS

public static final ResourceAllocationAllocationUnit PERCENT_OF_TIME

Fields

private final String value

Public Methods

public static ResourceAllocationAllocationUnit fromValue (String v)

Parameters
v

public String value ()

public static ResourceAllocationAllocationUnit valueOf (String name)

Parameters
name

public static final ResourceAllocationAllocationUnit[] values ()