public class IDHCPGroupCondition extends IUnknown
Constructor and Description |
---|
IDHCPGroupCondition(java.lang.String wrapped,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getInclusive()
Whether this is an inclusive or exclusive group membership condition
|
DHCPGroupConditionType |
getType()
Defines how the
getValue() 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 the
getValue() is interpreted. |
void |
setValue(java.lang.String value)
The condition value.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IDHCPGroupCondition(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
public java.lang.Boolean getInclusive()
public void setInclusive(java.lang.Boolean value)
value
- Booleanpublic DHCPGroupConditionType getType()
getValue()
is interpreted.public void setType(DHCPGroupConditionType value)
getValue()
is interpreted.value
- org.virtualbox_6_1.DHCPGroupConditionTypepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- Stringpublic static IDHCPGroupCondition queryInterface(IUnknown obj)
public void remove()