org.virtualbox_6_1
Class IDHCPGroupCondition

java.lang.Object
  extended by org.virtualbox_6_1.IUnknown
      extended by org.virtualbox_6_1.IDHCPGroupCondition

public class IDHCPGroupCondition
extends IUnknown


Field Summary
 
Fields inherited from class org.virtualbox_6_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IDHCPGroupCondition(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getInclusive()
          Whether this is an inclusive or exclusive group membership condition
 DHCPGroupConditionType getType()
          Defines how thegetValue()is interpreted.
 java.lang.String getValue()
          The condition value.
static IDHCPGroupCondition queryInterface(IUnknown obj)
           
 void remove()
          Remove this condition from the group.
 void setInclusive(java.lang.Boolean value)
          Whether this is an inclusive or exclusive group membership condition
 void setType(DHCPGroupConditionType value)
          Defines how thegetValue()is interpreted.
 void setValue(java.lang.String value)
          The condition value.
 
Methods inherited from class org.virtualbox_6_1.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

IDHCPGroupCondition

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

getInclusive

public java.lang.Boolean getInclusive()
Whether this is an inclusive or exclusive group membership condition

Returns:
Boolean

setInclusive

public void setInclusive(java.lang.Boolean value)
Whether this is an inclusive or exclusive group membership condition

Parameters:
value - Boolean

getType

public DHCPGroupConditionType getType()
Defines how thegetValue()is interpreted.

Returns:
org.virtualbox_6_1.DHCPGroupConditionType

setType

public void setType(DHCPGroupConditionType value)
Defines how thegetValue()is interpreted.

Parameters:
value - org.virtualbox_6_1.DHCPGroupConditionType

getValue

public java.lang.String getValue()
The condition value.

Returns:
String

setValue

public void setValue(java.lang.String value)
The condition value.

Parameters:
value - String

queryInterface

public static IDHCPGroupCondition queryInterface(IUnknown obj)

remove

public void remove()
Remove this condition from the group.