Uses of Class
com.hyper9.simdk.stubs.enums.VirtualSCSISharing

Packages that use VirtualSCSISharing
com.hyper9.simdk.stubs.dao   
com.hyper9.simdk.stubs.enums   
 

Uses of VirtualSCSISharing in com.hyper9.simdk.stubs.dao
 

Methods in com.hyper9.simdk.stubs.dao that return VirtualSCSISharing
 VirtualSCSISharing VirtualSCSIController.getSharedBus()
           
 

Methods in com.hyper9.simdk.stubs.dao that return types with arguments of type VirtualSCSISharing
 List<VirtualSCSISharing> VirtualSCSIControllerOption.getSharing()
           
 

Methods in com.hyper9.simdk.stubs.dao with parameters of type VirtualSCSISharing
 void VirtualSCSIController.setSharedBus(VirtualSCSISharing toSet)
           
 

Method parameters in com.hyper9.simdk.stubs.dao with type arguments of type VirtualSCSISharing
 void VirtualSCSIControllerOption.setSharing(List<VirtualSCSISharing> toSet)
           
 

Uses of VirtualSCSISharing in com.hyper9.simdk.stubs.enums
 

Methods in com.hyper9.simdk.stubs.enums that return VirtualSCSISharing
static VirtualSCSISharing VirtualSCSISharing.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VirtualSCSISharing[] VirtualSCSISharing.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.