public class AcctType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACR$K_VERSION2
VMS version 2.x.
|
static int |
ACR$K_VERSION3
VMS version 3.0 - 7.3.
|
static int |
ACR$K_VERSION3T
VMS version 3.0 FT.
|
static int |
ACR$K_VERSION4
VMS version 8.4-.
|
protected int |
customer |
protected int |
packet |
protected int |
subtype |
protected int |
type |
protected int |
version |
Constructor and Description |
---|
AcctType() |
Modifier and Type | Method and Description |
---|---|
int |
getCustomer()
Get customer indicator.
|
int |
getSubtype()
Get sub-type.
|
int |
getType()
Get type.
|
int |
getVersion()
Get version.
|
protected java.lang.String |
versionToString(int version) |
public static final int ACR$K_VERSION2
public static final int ACR$K_VERSION3T
public static final int ACR$K_VERSION3
public static final int ACR$K_VERSION4
protected int packet
protected int type
protected int subtype
protected int version
protected int customer
protected java.lang.String versionToString(int version)
public int getType()
public int getSubtype()
public int getVersion()
public int getCustomer()