be.SIRAPRISE.client.jsba
Interface DBObjectToTupleindex

All Superinterfaces:
DBObject
All Known Implementing Classes:
Index, TupleIndex

public interface DBObjectToTupleindex
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 java.lang.String getTupleindexIndexname()
          Gets the indexname for tupleindex
 java.lang.String getTupleindexRecordtypename()
          Gets the recordtypename for tupleindex
 java.lang.String getTupleindexRelvarname()
          Gets the relvarname for tupleindex
 

Method Detail

getTupleindexIndexname

java.lang.String getTupleindexIndexname()
Gets the indexname for tupleindex

Returns:
The indexname for tupleindex

getTupleindexRecordtypename

java.lang.String getTupleindexRecordtypename()
Gets the recordtypename for tupleindex

Returns:
The recordtypename for tupleindex

getTupleindexRelvarname

java.lang.String getTupleindexRelvarname()
Gets the relvarname for tupleindex

Returns:
The relvarname for tupleindex