Package com.kenai.constantine.platform
Enum Class AddressFamily
- All Implemented Interfaces:
Constant
,Serializable
,Comparable<AddressFamily>
,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.Deprecated.Deprecated.Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ConstantResolver<AddressFamily>
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 AddressFamily
valueOf
(int value) Deprecated.Returns the enum constant of this class with the specified name.static AddressFamily
Deprecated.Returns the enum constant of this class with the specified name.static AddressFamily[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AF_UNSPEC
Deprecated. -
AF_LOCAL
Deprecated. -
AF_UNIX
Deprecated. -
AF_INET
Deprecated. -
AF_IMPLINK
Deprecated. -
AF_PUP
Deprecated. -
AF_CHAOS
Deprecated. -
AF_NS
Deprecated. -
AF_ISO
Deprecated. -
AF_OSI
Deprecated. -
AF_ECMA
Deprecated. -
AF_DATAKIT
Deprecated. -
AF_CCITT
Deprecated. -
AF_SNA
Deprecated. -
AF_DECnet
Deprecated. -
AF_DLI
Deprecated. -
AF_LAT
Deprecated. -
AF_HYLINK
Deprecated. -
AF_APPLETALK
Deprecated. -
AF_ROUTE
Deprecated. -
AF_LINK
Deprecated. -
pseudo_AF_XTP
Deprecated. -
AF_COIP
Deprecated. -
AF_CNT
Deprecated. -
pseudo_AF_RTIP
Deprecated. -
AF_IPX
Deprecated. -
AF_SIP
Deprecated. -
pseudo_AF_PIP
Deprecated. -
AF_NDRV
Deprecated. -
AF_ISDN
Deprecated. -
AF_E164
Deprecated. -
pseudo_AF_KEY
Deprecated. -
AF_INET6
Deprecated. -
AF_NATM
Deprecated. -
AF_SYSTEM
Deprecated. -
AF_NETBIOS
Deprecated. -
AF_PPP
Deprecated. -
AF_ATM
Deprecated. -
pseudo_AF_HDRCMPLT
Deprecated. -
AF_NETGRAPH
Deprecated. -
AF_AX25
Deprecated. -
AF_MAX
Deprecated. -
__UNKNOWN_CONSTANT__
Deprecated.
-
-
Field Details
-
resolver
Deprecated.
-
-
Constructor Details
-
AddressFamily
private AddressFamily()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<AddressFamily>
-
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
-