@Beta
public class ExtensionSelectorType
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtensionSelectorType.ExtensionSelectorTypes
A list of well-known named extension selector type codes.
|
| Constructor and Description |
|---|
ExtensionSelectorType(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()
Returns the integer value associated with this type.
|
java.lang.String |
toString() |
public ExtensionSelectorType(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