public final enum

GNMethod

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

Class Overview

Method of sending.

Summary

Enum Values
GNMethod  BEACON  Beacon  
GNMethod  GAC  GeoAnycast  
GNMethod  GBC  Geobroadcast  
GNMethod  GUC  GeoUnicast  
GNMethod  SHB  Single Hop Broadcast  
GNMethod  TSB  Topologically Scoped Broadcast  
Public Methods
static GNMethod valueOf(String name)
final static GNMethod[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final GNMethod BEACON

Beacon

public static final GNMethod GAC

GeoAnycast

public static final GNMethod GBC

Geobroadcast

public static final GNMethod GUC

GeoUnicast

public static final GNMethod SHB

Single Hop Broadcast

public static final GNMethod TSB

Topologically Scoped Broadcast

Public Methods

public static GNMethod valueOf (String name)

public static final GNMethod[] values ()