org.virtualbox_7_0
Class ICPUProfile

java.lang.Object
  extended by org.virtualbox_7_0.IUnknown
      extended by org.virtualbox_7_0.ICPUProfile

public class ICPUProfile
extends IUnknown

CPU profile. Immutable. Interface ID: {B7FDA727-7A08-46EE-8DD8-F8D7308B519C}


Field Summary
 
Fields inherited from class org.virtualbox_7_0.IUnknown
obj, objMgr, port
 
Constructor Summary
ICPUProfile(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
           
 
Method Summary
 CPUArchitecture getArchitecture()
          The CPU architecture.
 java.lang.String getFullName()
          The full name.
 java.lang.String getName()
          The name.
static ICPUProfile queryInterface(IUnknown obj)
           
 
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

ICPUProfile

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

getName

public java.lang.String getName()
The name.

Returns:
String

getFullName

public java.lang.String getFullName()
The full name.

Returns:
String

getArchitecture

public CPUArchitecture getArchitecture()
The CPU architecture.

Returns:
org.virtualbox_7_0.CPUArchitecture

queryInterface

public static ICPUProfile queryInterface(IUnknown obj)