|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DHCPGroupConditionType>
org.virtualbox_7_0.DHCPGroupConditionType
public enum DHCPGroupConditionType
Enum Constant Summary | |
---|---|
MAC
MAC address |
|
MACWildcard
MAC address wildcard pattern. |
|
userClassID
User class ID |
|
userClassIDWildcard
User class ID wildcard pattern. |
|
vendorClassID
Vendor class ID |
|
vendorClassIDWildcard
Vendor class ID wildcard pattern. |
Method Summary | |
---|---|
static DHCPGroupConditionType |
fromValue(long v)
|
static DHCPGroupConditionType |
fromValue(java.lang.String v)
|
int |
value()
|
static DHCPGroupConditionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DHCPGroupConditionType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DHCPGroupConditionType MAC
public static final DHCPGroupConditionType MACWildcard
public static final DHCPGroupConditionType vendorClassID
public static final DHCPGroupConditionType vendorClassIDWildcard
public static final DHCPGroupConditionType userClassID
public static final DHCPGroupConditionType userClassIDWildcard
Method Detail |
---|
public static DHCPGroupConditionType[] values()
for (DHCPGroupConditionType c : DHCPGroupConditionType.values()) System.out.println(c);
public static DHCPGroupConditionType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static DHCPGroupConditionType fromValue(long v)
public static DHCPGroupConditionType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |