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
Modifier and TypeMethodDescriptionRetrieve the Control object reference
-
Method Details
-
getControlObject
TdbControlObject getControlObject()Retrieve the Control object reference- Returns:
- The Control object reference
-