GolfShotEvent.GolfShotSwingType


public final class GolfShotEvent.GolfShotSwingType


Golf Shot Swing Types.

Summary

Public fields

static final @NonNull GolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is full.

static final @NonNull GolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is partial.

static final @NonNull GolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is putt.

static final @NonNull GolfShotEvent.GolfShotSwingType

The swing type of the received golf shot is unknown.

Public methods

boolean
equals(Object other)
int
@NonNull String

Public fields

FULL

public static final @NonNull GolfShotEvent.GolfShotSwingType FULL

The swing type of the received golf shot is full.

PARTIAL

public static final @NonNull GolfShotEvent.GolfShotSwingType PARTIAL

The swing type of the received golf shot is partial.

PUTT

public static final @NonNull GolfShotEvent.GolfShotSwingType PUTT

The swing type of the received golf shot is putt.

UNKNOWN

public static final @NonNull GolfShotEvent.GolfShotSwingType UNKNOWN

The swing type of the received golf shot is unknown.

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()