com.sap.tc.mobile.cfs.wdbll
Class MobileModelObjectCollectionInfo

java.lang.Object
  extended by com.sap.tc.mobile.cfs.wdbll.AbstractInfo
      extended by com.sap.tc.mobile.cfs.wdbll.MobileModelObjectCollectionInfo
All Implemented Interfaces:
com.sap.tc.cmi.metadata.ICMIAbstractInfo, com.sap.tc.cmi.metadata.ICMIModelObjectCollectionInfo, UserDescriptor

public class MobileModelObjectCollectionInfo
extends AbstractInfo
implements com.sap.tc.cmi.metadata.ICMIModelObjectCollectionInfo

Author:
I032295

Constructor Summary
MobileModelObjectCollectionInfo(com.sap.tc.cmi.metadata.ICMIModelClassInfo elementModelClassInfo)
           
 
Method Summary
 com.sap.tc.cmi.metadata.ICMIModelClassInfo getElementModelClassInfo()
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class com.sap.tc.mobile.cfs.wdbll.AbstractInfo
addSupportedOption, getSetting, getSettings, metaGetNext, metaSetNext, setSetting, supportedOptions, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sap.tc.cmi.metadata.ICMIAbstractInfo
addSupportedOption, getSetting, getSettings, setSetting, supportedOptions, supports
 

Constructor Detail

MobileModelObjectCollectionInfo

public MobileModelObjectCollectionInfo(com.sap.tc.cmi.metadata.ICMIModelClassInfo elementModelClassInfo)
Parameters:
elementModelClassInfo - The info for the element objects.
Method Detail

getElementModelClassInfo

public com.sap.tc.cmi.metadata.ICMIModelClassInfo getElementModelClassInfo()
Specified by:
getElementModelClassInfo in interface com.sap.tc.cmi.metadata.ICMIModelObjectCollectionInfo

getName

public java.lang.String getName()
Specified by:
getName in interface com.sap.tc.cmi.metadata.ICMIAbstractInfo

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object