public final enum

ProtectedZoneType

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

Class Overview

Protected zone types.

Summary

Enum Values
ProtectedZoneType  CEN_DSRC_TOLLING  CEN DSRC Tolling  
Public Methods
static ProtectedZoneType valueOf(String name)
final static ProtectedZoneType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ProtectedZoneType CEN_DSRC_TOLLING

CEN DSRC Tolling

Public Methods

public static ProtectedZoneType valueOf (String name)

public static final ProtectedZoneType[] values ()