Skip to content

Instantly share code, notes, and snippets.

@tbarisic
Created February 20, 2017 09:26
Show Gist options
  • Save tbarisic/d91aa92ecc06fbc0996614b9380092b3 to your computer and use it in GitHub Desktop.
Save tbarisic/d91aa92ecc06fbc0996614b9380092b3 to your computer and use it in GitHub Desktop.
public enum Unit {
PIECE,
PINCH,
TABLESPOON,
TEASPOON,
SHOT,
IMP_OUNCE,
US_OUNCE,
IMP_POUND,
US_POUND,
IMP_FLUID_OUNCE,
US_FLUID_OUNCE,
IMP_CUP,
US_CUP,
LITER,
MILLILITER,
KILOGRAM,
GRAM;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment