Uses of Class
com.igormaznitsa.meta.annotation.Weight.Unit
-
Packages that use Weight.Unit Package Description com.igormaznitsa.meta.annotation -
-
Uses of Weight.Unit in com.igormaznitsa.meta.annotation
Methods in com.igormaznitsa.meta.annotation that return Weight.Unit Modifier and Type Method Description Weight.Unit
value()
Contains weight value for marked entity.static Weight.Unit
Weight.Unit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Weight.Unit[]
Weight.Unit. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-