org.exolab.castor.jdo.engine

Interface JDOFieldDescriptor

public interface JDOFieldDescriptor extends FieldDescriptor

Version: $Revision: 6071 $ $Date: 2005-12-06 14:55:28 -0700 (Tue, 06 Dec 2005) $

Author: Ralf Joachim

Method Summary
TypeConvertorgetConvertor()
Returns the convertor from the field type to an external type.
StringgetConvertorParam()
Returns the convertor parameter.
String[]getManyKey()
StringgetManyTable()
String[]getSQLName()
Returns the SQL name of this field.
int[]getSQLType()
Returns the SQL type of this field.
booleanisDirtyCheck()
Returns true if dirty checking is required for this field.
booleanisReadonly()

Method Detail

getConvertor

public TypeConvertor getConvertor()
Returns the convertor from the field type to an external type.

Returns: Convertor from field type

getConvertorParam

public String getConvertorParam()
Returns the convertor parameter.

Returns: Convertor parameter

getManyKey

public String[] getManyKey()

getManyTable

public String getManyTable()

getSQLName

public String[] getSQLName()
Returns the SQL name of this field.

Returns: The SQL name of this field

getSQLType

public int[] getSQLType()
Returns the SQL type of this field.

Returns: The SQL type of this field

isDirtyCheck

public boolean isDirtyCheck()
Returns true if dirty checking is required for this field.

Returns: True if dirty checking required

isReadonly

public boolean isReadonly()
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com