com.filenet.api.admin
Interface ColumnDefinition

All Superinterfaces:
DependentObject, EngineObject, RepositoryObject, java.io.Serializable

public interface ColumnDefinition
extends RepositoryObject, EngineObject, DependentObject

Represents the description of a column in a Content Engine database table. A ColumnDefinition object describes a column used by a TableDefinition object. By reading the properties of these objects, you can query the values contained in a table.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject


Method Summary
 java.lang.Boolean get_AllowsNull()
          Returns the value of the AllowsNull property.
 Id get_ColumnId()
          Returns the value of the ColumnId property.
 java.lang.String get_ColumnName()
          Returns the value of the ColumnName property.
 java.lang.Integer get_ColumnSize()
          Returns the value of the ColumnSize property.
 TypeID get_DataType()
          Returns the value of the DataType property.
 Id get_Id()
          Returns the value of the Id property.
 java.lang.Boolean get_IsSingleIndexed()
          Returns the value of the IsSingleIndexed property.
 java.lang.String get_Name()
          Returns the value of the Name property.
 void set_IsSingleIndexed(java.lang.Boolean value)
          Sets the value of the IsSingleIndexed property.
 
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_ColumnId

Id get_ColumnId()
Returns the value of the ColumnId property. For more information, see ColumnId Property.


get_ColumnName

java.lang.String get_ColumnName()
Returns the value of the ColumnName property. For more information, see ColumnName Property.


get_DataType

TypeID get_DataType()
Returns the value of the DataType property. For more information, see DataType Property.


get_ColumnSize

java.lang.Integer get_ColumnSize()
Returns the value of the ColumnSize property. For more information, see ColumnSize Property.


get_AllowsNull

java.lang.Boolean get_AllowsNull()
Returns the value of the AllowsNull property. For more information, see AllowsNull Property.


get_IsSingleIndexed

java.lang.Boolean get_IsSingleIndexed()
Returns the value of the IsSingleIndexed property. For more information, see IsSingleIndexed Property.


set_IsSingleIndexed

void set_IsSingleIndexed(java.lang.Boolean value)
Sets the value of the IsSingleIndexed property. For more information, see IsSingleIndexed Property.


get_Id

Id get_Id()
Returns the value of the Id property. For more information, see Id Property.


get_Name

java.lang.String get_Name()
Returns the value of the Name property. For more information, see Name Property.



© Copyright IBM Corporation 2006, 2008. All rights reserved.