Package com.tietoenator.trip.jxp
Interface TdbControlObjectProvider
-
- All Known Implementing Classes:
TdbCategory
,TdbClassificationScheme
,TdbDatabaseAccess
,TdbDatabaseClusterDesign
,TdbDatabaseDesign
,TdbEntryForm
,TdbFormat
,TdbGridCluster
,TdbGridReplicaSet
,TdbGroup
,TdbOutputFormat
,TdbProcedure
,TdbSearchForm
,TdbSerializableObject
,TdbThesaurusDesign
,TdbUser
public interface TdbControlObjectProvider
Basic interface implemented by all objects that contain Control object references. Provides a simple way for calling objects to gain access to the Control object reference they contain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TdbControlObject
getControlObject()
Retrieve the Control object reference
-
-
-
Method Detail
-
getControlObject
TdbControlObject getControlObject()
Retrieve the Control object reference- Returns:
- The Control object reference
-
-