Uses of Interface
com.groupdocs.annotation.data.tables.interfaces.ISystemInfo

Packages that use ISystemInfo
com.groupdocs.annotation.data.constructor   
 

Uses of ISystemInfo in com.groupdocs.annotation.data.constructor
 

Classes in com.groupdocs.annotation.data.constructor with type parameters of type ISystemInfo
 class SystemInfoConstructor<T extends ISystemInfo>
          Constructor for create SystemInfo object
 

Methods in com.groupdocs.annotation.data.constructor with type parameters of type ISystemInfo
static
<P extends ISystemInfo>
SystemInfoConstructor<ISystemInfo>
SystemInfoConstructor.create(P entity)
          Create entity constructor with provided entity object
 

Methods in com.groupdocs.annotation.data.constructor that return ISystemInfo
 ISystemInfo SystemInfoConstructor.end()
          Get created entity object
 

Methods in com.groupdocs.annotation.data.constructor that return types with arguments of type ISystemInfo
static
<P extends ISystemInfo>
SystemInfoConstructor<ISystemInfo>
SystemInfoConstructor.create(P entity)
          Create entity constructor with provided entity object
 

Method parameters in com.groupdocs.annotation.data.constructor with type arguments of type ISystemInfo
static void SystemInfoConstructor.setConstructor(IConstructor<ISystemInfo> constructor)
          Setter for property 'constructor'.
 



Copyright © 2014. All rights reserved.