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

com.salesmanager.shop.model.references.WeightUnitOfMeasure Maven / Gradle / Ivy

The newest version!
package com.salesmanager.shop.model.references;

public enum WeightUnitOfMeasure {
  /*
   * g = grams
   * kg = kilograms
   * l = liter
   * lb = pound
   * T = ton
   */
  g, kg, l, lb, T

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy