com.adobe.livecycle.connectorforibmcm.dsc.client.type
Class AttributeType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.connectorforibmcm.dsc.client.type.AttributeType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class AttributeType
extends java.lang.Enum

Represents the attributes types supported by IBM Content Manager. The types supported for attributes are:

See Also:
Serialized Form

Field Summary
static AttributeType BINARY
           
static AttributeType DATE
           
static AttributeType DECIMAL
           
static AttributeType DOUBLE
           
static AttributeType INTEGER
           
static AttributeType OBJECT
           
static AttributeType SHORT
           
static AttributeType STRING
           
static AttributeType TIME
           
static AttributeType TIMESTAMP
           
static AttributeType UNSPECIFIED
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the property type.
 java.lang.String toString()
           
static AttributeType valueOf(java.lang.String name)
           
static 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

BINARY

public static final AttributeType BINARY

STRING

public static final AttributeType STRING

DATE

public static final AttributeType DATE

DECIMAL

public static final AttributeType DECIMAL

DOUBLE

public static final AttributeType DOUBLE

INTEGER

public static final AttributeType INTEGER

SHORT

public static final AttributeType SHORT

TIME

public static final AttributeType TIME

TIMESTAMP

public static final AttributeType TIMESTAMP

OBJECT

public static final AttributeType OBJECT

UNSPECIFIED

public static final AttributeType UNSPECIFIED
Method Detail

values

public static AttributeType[] values()

valueOf

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

getName

public java.lang.String getName()
Returns 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]