public final enum

ListUpdateMethod

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.emc.documentum.fs.datamodel.core.profiles.ListUpdateMethod

Class Overview

Java class for ListUpdateMethod.

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

 <simpleType name="ListUpdateMethod">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="REPLACE"/>
     <enumeration value="MERGE"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final ListUpdateMethod MERGE

public static final ListUpdateMethod REPLACE

Public Methods

public static ListUpdateMethod fromValue (String v)

Parameters
v

public String value ()

public static ListUpdateMethod valueOf (String name)

Parameters
name

public static final ListUpdateMethod[] values ()