@Beta
public final class ExtensionTreatmentType
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtensionTreatmentType.ExtensionTreatmentTypes
A list of well-known named extension instruction type codes.
|
| Constructor and Description |
|---|
ExtensionTreatmentType(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() |
java.lang.String |
toString() |
int |
type()
Returns extension treatment type.
|
public ExtensionTreatmentType(int type)
type - type codepublic int type()
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