Skip to content

Instantly share code, notes, and snippets.

View izznfkhrlislm's full-sized avatar
🏠

Izzan Fakhril Islam izznfkhrlislm

🏠
View GitHub Profile
package com.tokopedia.izzanfi.TokopediaTeToSeConversion.models;
public enum GroceryType {
VEGETABLE ("Vegetables"),
FRUIT ("Fruit"),
MEAT ("Meat"),
PASTRY ("Pastry");
String groceryName;