org.virtualbox_7_2
Class IPlatformARM

java.lang.Object
  extended by org.virtualbox_7_2.IUnknown
      extended by org.virtualbox_7_2.IPlatformARM

public class IPlatformARM
extends IUnknown

The ARM-specific platform properties for a virtual machine. Accessed viaIMachine.getPlatform()andIPlatform.getARM(). Interface ID: {002C75FE-3316-4920-AECE-7D21CE6F624B}


Field Summary
 
Fields inherited from class org.virtualbox_7_2.IUnknown
obj, objMgr, port
 
Constructor Summary
IPlatformARM(java.lang.String wrapped, org.virtualbox_7_2.ObjectRefManager objMgr, org.virtualbox_7_2.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getCPUProperty(CPUPropertyTypeARM property)
          Returns the virtual CPU boolean value of the specified property.
static IPlatformARM queryInterface(IUnknown obj)
           
 void setCPUProperty(CPUPropertyTypeARM property, java.lang.Boolean value)
          Sets the virtual CPU boolean value of the specified property.
 
Methods inherited from class org.virtualbox_7_2.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

IPlatformARM

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

queryInterface

public static IPlatformARM queryInterface(IUnknown obj)

getCPUProperty

public java.lang.Boolean getCPUProperty(CPUPropertyTypeARM property)
Returns the virtual CPU boolean value of the specified property.

Expected result codes:
E_INVALIDARG - Invalid property.

Parameters:
property - Property type to query.
Returns:
Property value.

setCPUProperty

public void setCPUProperty(CPUPropertyTypeARM property,
                           java.lang.Boolean value)
Sets the virtual CPU boolean value of the specified property.

Expected result codes:
E_INVALIDARG - Invalid property.

Parameters:
property - Property type to query.
value - Property value.