com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type
Class IPropertyInfo.PropertyType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.IPropertyInfo.PropertyType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
IPropertyInfo

public static final class IPropertyInfo.PropertyType
extends java.lang.Enum

Enumeration of types supported by FileNet.

See Also:
Serialized Form

Field Summary
static IPropertyInfo.PropertyType BINARY
           
static IPropertyInfo.PropertyType BOOLEAN
           
static IPropertyInfo.PropertyType DATE
           
static IPropertyInfo.PropertyType DOUBLE
           
static IPropertyInfo.PropertyType GUID
           
static IPropertyInfo.PropertyType ID
           
static IPropertyInfo.PropertyType INTEGER
           
static IPropertyInfo.PropertyType OBJECT
           
static IPropertyInfo.PropertyType STRING
           
static IPropertyInfo.PropertyType UNSPECIFIED
           
 
Method Summary
 java.lang.String getName()
          Retrieves the name of the property type.
 java.lang.String toString()
           
static IPropertyInfo.PropertyType valueOf(java.lang.String name)
           
static IPropertyInfo.PropertyType[] 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

BINARY

public static final IPropertyInfo.PropertyType BINARY

BOOLEAN

public static final IPropertyInfo.PropertyType BOOLEAN

DATE

public static final IPropertyInfo.PropertyType DATE

DOUBLE

public static final IPropertyInfo.PropertyType DOUBLE

GUID

public static final IPropertyInfo.PropertyType GUID

ID

public static final IPropertyInfo.PropertyType ID

INTEGER

public static final IPropertyInfo.PropertyType INTEGER

OBJECT

public static final IPropertyInfo.PropertyType OBJECT

STRING

public static final IPropertyInfo.PropertyType STRING

UNSPECIFIED

public static final IPropertyInfo.PropertyType UNSPECIFIED
Method Detail

values

public static IPropertyInfo.PropertyType[] values()

valueOf

public static IPropertyInfo.PropertyType valueOf(java.lang.String name)

getName

public java.lang.String getName()
Retrieves the name of the property 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]