public final enum

BTPType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.commsignia.v2x.client.model.BTPType

Class Overview

BTP types

Summary

Enum Values
BTPType   
BTPType   
BTPType  NONE   
Public Methods
static BTPType valueOf(String name)
final static BTPType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BTPType A

public static final BTPType B

public static final BTPType NONE

Public Methods

public static BTPType valueOf (String name)

public static final BTPType[] values ()