public final enum

ProjectTaskConstraintType

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

Class Overview

Java class for ProjectTaskConstraintType.

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

 <simpleType name="ProjectTaskConstraintType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_asSoonAsPossible"/>
     <enumeration value="_fixedStart"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final ProjectTaskConstraintType AS_SOON_AS_POSSIBLE

public static final ProjectTaskConstraintType FIXED_START

Fields

private final String value

Public Methods

public static ProjectTaskConstraintType fromValue (String v)

Parameters
v

public String value ()

public static ProjectTaskConstraintType valueOf (String name)

Parameters
name

public static final ProjectTaskConstraintType[] values ()