Package com.kenai.constantine.platform
Enum Class ProtocolFamily
- All Implemented Interfaces:
Constant
,Serializable
,Comparable<ProtocolFamily>
,Constable
,Constant
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ConstantResolver<ProtocolFamily>
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
defined()
Deprecated.final String
Deprecated.final int
intValue()
Deprecated.final long
Deprecated.final String
toString()
Deprecated.final int
value()
Deprecated.static final ProtocolFamily
valueOf
(int value) Deprecated.Returns the enum constant of this class with the specified name.static ProtocolFamily
Deprecated.Returns the enum constant of this class with the specified name.static ProtocolFamily[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PF_UNSPEC
Deprecated. -
PF_LOCAL
Deprecated. -
PF_UNIX
Deprecated. -
PF_INET
Deprecated. -
PF_IMPLINK
Deprecated. -
PF_PUP
Deprecated. -
PF_CHAOS
Deprecated. -
PF_NS
Deprecated. -
PF_ISO
Deprecated. -
PF_OSI
Deprecated. -
PF_ECMA
Deprecated. -
PF_DATAKIT
Deprecated. -
PF_CCITT
Deprecated. -
PF_SNA
Deprecated. -
PF_DECnet
Deprecated. -
PF_DLI
Deprecated. -
PF_LAT
Deprecated. -
PF_HYLINK
Deprecated. -
PF_APPLETALK
Deprecated. -
PF_ROUTE
Deprecated. -
PF_LINK
Deprecated. -
PF_XTP
Deprecated. -
PF_COIP
Deprecated. -
PF_CNT
Deprecated. -
PF_SIP
Deprecated. -
PF_IPX
Deprecated. -
PF_RTIP
Deprecated. -
PF_PIP
Deprecated. -
PF_NDRV
Deprecated. -
PF_ISDN
Deprecated. -
PF_KEY
Deprecated. -
PF_INET6
Deprecated. -
PF_NATM
Deprecated. -
PF_SYSTEM
Deprecated. -
PF_NETBIOS
Deprecated. -
PF_PPP
Deprecated. -
PF_ATM
Deprecated. -
PF_NETGRAPH
Deprecated. -
PF_MAX
Deprecated. -
__UNKNOWN_CONSTANT__
Deprecated.
-
-
Field Details
-
resolver
Deprecated.
-
-
Constructor Details
-
ProtocolFamily
private ProtocolFamily()Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public final int value()Deprecated. -
intValue
public final int intValue()Deprecated. -
longValue
public final long longValue()Deprecated. -
description
Deprecated. -
defined
public final boolean defined()Deprecated. -
toString
Deprecated.- Overrides:
toString
in classEnum<ProtocolFamily>
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-