Uses of Enum Class
de.hybris.platform.jalo.security.LicenceInfo.Status
Packages that use LicenceInfo.Status
-
Uses of LicenceInfo.Status in de.hybris.platform.jalo.security
Methods in de.hybris.platform.jalo.security that return LicenceInfo.StatusModifier and TypeMethodDescriptionstatic LicenceInfo.StatusReturns the enum constant of this class with the specified name.static LicenceInfo.Status[]LicenceInfo.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.hybris.platform.jalo.security with parameters of type LicenceInfo.StatusModifierConstructorDescriptionLicenceInfo(LicenceInfo.Status st, String cValue, String aValue, String mes) Only method to create a LicenceInfo object.