@Beta public final class ExtensionTreatmentType extends 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(Object obj) |
int |
hashCode() |
String |
toString() |
int |
type()
Returns extension treatment type.
|