|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_7_0.IUnknown
org.virtualbox_7_0.IDHCPGroupCondition
public class IDHCPGroupCondition
Field Summary |
---|
Fields inherited from class org.virtualbox_7_0.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IDHCPGroupCondition(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
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. |
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 |
---|
public IDHCPGroupCondition(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
Method Detail |
---|
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_7_0.DHCPGroupConditionTypepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- Stringpublic static IDHCPGroupCondition queryInterface(IUnknown obj)
public void remove()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |