Uses of Class
org.jvnet.hudson.proxy_dhcp.DHCPMessageType

Uses of DHCPMessageType in org.jvnet.hudson.proxy_dhcp
 

Methods in org.jvnet.hudson.proxy_dhcp that return DHCPMessageType
static DHCPMessageType DHCPMessageType.byCode(int code)
           
static DHCPMessageType DHCPMessageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DHCPMessageType[] DHCPMessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jvnet.hudson.proxy_dhcp with parameters of type DHCPMessageType
 boolean DHCPPacket.is(DHCPMessageType type)
          Is this a DHCP message of the given type.
 



Copyright © 2009. All Rights Reserved.