com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type
Class IAttributeInfo.AttributeType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.IAttributeInfo.AttributeType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
IAttributeInfo

public static final class IAttributeInfo.AttributeType
extends java.lang.Enum

Enumeration of types supported by EMC Documentum.

See Also:
Serialized Form

Field Summary
static IAttributeInfo.AttributeType BOOLEAN
           
static IAttributeInfo.AttributeType DOUBLE
           
static IAttributeInfo.AttributeType ID
           
static IAttributeInfo.AttributeType INTEGER
           
static IAttributeInfo.AttributeType STRING
           
static IAttributeInfo.AttributeType TIME
           
static IAttributeInfo.AttributeType UNDEFINED
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the attribute type.
 java.lang.String toString()
           
static IAttributeInfo.AttributeType valueOf(java.lang.String name)
           
static IAttributeInfo.AttributeType[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BOOLEAN

public static final IAttributeInfo.AttributeType BOOLEAN

DOUBLE

public static final IAttributeInfo.AttributeType DOUBLE

ID

public static final IAttributeInfo.AttributeType ID

INTEGER

public static final IAttributeInfo.AttributeType INTEGER

STRING

public static final IAttributeInfo.AttributeType STRING

TIME

public static final IAttributeInfo.AttributeType TIME

UNDEFINED

public static final IAttributeInfo.AttributeType UNDEFINED
Method Detail

values

public static IAttributeInfo.AttributeType[] values()

valueOf

public static IAttributeInfo.AttributeType valueOf(java.lang.String name)

getName

public java.lang.String getName()
Returns the name of the attribute type.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum
See Also:
Enum.toString()


[an error occurred while processing this directive] [an error occurred while processing this directive]