public class ExtensionMappingAddressType
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtensionMappingAddressType.ExtensionMappingAddressTypes
A list of well-known named extension mapping address type codes.
|
| Constructor and Description |
|---|
ExtensionMappingAddressType(int type)
Creates an extension type with the given int type code.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
int |
toInt()
Obtains the integer value associated with this type.
|
java.lang.String |
toString() |
public ExtensionMappingAddressType(int type)
type - type codepublic int toInt()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object