Uses of Enum
com.labs64.netlicensing.domain.vo.VatMode
Packages that use VatMode
-
Uses of VatMode in com.labs64.netlicensing.domain.vo
Methods in com.labs64.netlicensing.domain.vo that return VatModeModifier and TypeMethodDescriptionstatic VatModeVatMode.parseValue(String value) Parse product VAT mode toVatModeenum.static VatModeVatMode.parseValueSafe(String val) Gets the enum safe.static VatModeReturns the enum constant of this type with the specified name.static VatMode[]VatMode.values()Returns an array containing the constants of this enum type, in the order they are declared.