Uses of Class
com.hyper9.simdk.stubs.dao.CustomFieldValue

Packages that use CustomFieldValue
com.hyper9.simdk.stubs.dao   
com.hyper9.simdk.stubs.mao   
 

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

Subclasses of CustomFieldValue in com.hyper9.simdk.stubs.dao
 class CustomFieldStringValue
           
 

Methods in com.hyper9.simdk.stubs.dao that return types with arguments of type CustomFieldValue
 List<CustomFieldValue> VirtualMachineSummary.getCustomValue()
           
 List<CustomFieldValue> HostListSummary.getCustomValue()
           
 List<CustomFieldValue> ArrayOfCustomFieldValue.getData()
           
 

Method parameters in com.hyper9.simdk.stubs.dao with type arguments of type CustomFieldValue
 void VirtualMachineSummary.setCustomValue(List<CustomFieldValue> toSet)
           
 void HostListSummary.setCustomValue(List<CustomFieldValue> toSet)
           
 

Uses of CustomFieldValue in com.hyper9.simdk.stubs.mao
 

Methods in com.hyper9.simdk.stubs.mao that return types with arguments of type CustomFieldValue
 List<CustomFieldValue> ManagedEntity.getCustomValue()
           
 List<CustomFieldValue> ExtensibleManagedObject.getValue()
           
 

Method parameters in com.hyper9.simdk.stubs.mao with type arguments of type CustomFieldValue
 void ManagedEntity.setCustomValue(List<CustomFieldValue> toSet)
           
 void ExtensibleManagedObject.setValue(List<CustomFieldValue> toSet)
           
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.