All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.danielflower.crickam.scorer.WicketSide Maven / Gradle / Ivy

There is a newer version: 0.11.3
Show newest version
package com.danielflower.crickam.scorer;

/**
 * Specifies the whether a bowler bowled over the wicket or around the wicket
 */
public enum WicketSide {
    OVER, AROUND
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy