All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kenai.constantine.platform.IPProto Maven / Gradle / Ivy

There is a newer version: 0.10.4
Show newest version
// WARNING: This file is autogenerated. DO NOT EDIT!
// Generated Sat May 02 18:23:30 +1000 2009
package com.kenai.constantine.platform;
public enum IPProto implements com.kenai.constantine.Constant {
IPPROTO_IP,
IPPROTO_HOPOPTS,
IPPROTO_ICMP,
IPPROTO_IGMP,
IPPROTO_IPIP,
IPPROTO_TCP,
IPPROTO_EGP,
IPPROTO_PUP,
IPPROTO_UDP,
IPPROTO_IDP,
IPPROTO_TP,
IPPROTO_IPV6,
IPPROTO_ROUTING,
IPPROTO_FRAGMENT,
IPPROTO_RSVP,
IPPROTO_GRE,
IPPROTO_ESP,
IPPROTO_AH,
IPPROTO_ICMPV6,
IPPROTO_NONE,
IPPROTO_DSTOPTS,
IPPROTO_MTP,
IPPROTO_ENCAP,
IPPROTO_PIM,
IPPROTO_COMP,
IPPROTO_SCTP,
IPPROTO_RAW,
IPPROTO_MAX,
__UNKNOWN_CONSTANT__;
private static final ConstantResolver resolver = 
ConstantResolver.getResolver(IPProto.class, 20000, 29999);
public final int value() { return resolver.intValue(this); }
public final String description() { return resolver.description(this); }
public final String toString() { return description(); }
public final static IPProto valueOf(int value) { 
    return resolver.valueOf(value);
}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy