org.opengroup.arm3.tranreport

Interface ArmSystemId

public interface ArmSystemId extends ArmToken

Field Summary
static shortFORMAT_HOSTNAME
static shortFORMAT_IPV4
static shortFORMAT_IPV4PORT
static shortFORMAT_IPV6
static shortFORMAT_IPV6PORT
static shortFORMAT_SNA
static shortFORMAT_UUID
static shortFORMAT_X25
Method Summary
shortgetFormat()

Field Detail

FORMAT_HOSTNAME

public static final short FORMAT_HOSTNAME

FORMAT_IPV4

public static final short FORMAT_IPV4

FORMAT_IPV4PORT

public static final short FORMAT_IPV4PORT

FORMAT_IPV6

public static final short FORMAT_IPV6

FORMAT_IPV6PORT

public static final short FORMAT_IPV6PORT

FORMAT_SNA

public static final short FORMAT_SNA

FORMAT_UUID

public static final short FORMAT_UUID

FORMAT_X25

public static final short FORMAT_X25

Method Detail

getFormat

public short getFormat()