public final enum

ObjectIdentityType

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

Class Overview

Java class for ObjectIdentityType.

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

 <simpleType name="ObjectIdentityType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="UNDEFINED"/>
     <enumeration value="OBJECT_ID"/>
     <enumeration value="OBJECT_KEY"/>
     <enumeration value="OBJECT_PATH"/>
     <enumeration value="QUALIFICATION"/>
     <enumeration value="COMPOSITE_OBJECT_ID"/>
     <enumeration value="STRING_URI"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ObjectIdentityType  COMPOSITE_OBJECT_ID   
ObjectIdentityType  OBJECT_ID   
ObjectIdentityType  OBJECT_KEY   
ObjectIdentityType  OBJECT_PATH   
ObjectIdentityType  QUALIFICATION   
ObjectIdentityType  STRING_URI   
ObjectIdentityType  UNDEFINED   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ObjectIdentityType fromValue(String v)
String value()
static ObjectIdentityType valueOf(String name)
final static ObjectIdentityType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ObjectIdentityType COMPOSITE_OBJECT_ID

public static final ObjectIdentityType OBJECT_ID

public static final ObjectIdentityType OBJECT_KEY

public static final ObjectIdentityType OBJECT_PATH

public static final ObjectIdentityType QUALIFICATION

public static final ObjectIdentityType STRING_URI

public static final ObjectIdentityType UNDEFINED

Public Methods

public static ObjectIdentityType fromValue (String v)

Parameters
v

public String value ()

public static ObjectIdentityType valueOf (String name)

Parameters
name

public static final ObjectIdentityType[] values ()