org.virtualbox_7_0
Class IChoiceFormValue

java.lang.Object
  extended by org.virtualbox_7_0.IUnknown
      extended by org.virtualbox_7_0.IFormValue
          extended by org.virtualbox_7_0.IChoiceFormValue

public class IChoiceFormValue
extends IFormValue


Field Summary
 
Fields inherited from class org.virtualbox_7_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IChoiceFormValue(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Integer getSelectedIndex()
           
 java.util.List<java.lang.String> getValues()
           
static IChoiceFormValue queryInterface(IUnknown obj)
           
 IProgress setSelectedIndex(java.lang.Integer index)
           
 
Methods inherited from class org.virtualbox_7_0.IFormValue
getDescription, getEnabled, getGeneration, getHelp, getLabel, getType, getVisible
 
Methods inherited from class org.virtualbox_7_0.IUnknown
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IChoiceFormValue

public IChoiceFormValue(java.lang.String wrapped,
                        org.virtualbox_7_0.ObjectRefManager objMgr,
                        org.virtualbox_7_0.jaxws.VboxPortType port)
Method Detail

getValues

public java.util.List<java.lang.String> getValues()

queryInterface

public static IChoiceFormValue queryInterface(IUnknown obj)

getSelectedIndex

public java.lang.Integer getSelectedIndex()

setSelectedIndex

public IProgress setSelectedIndex(java.lang.Integer index)