Uses of Class
de.hybris.platform.jalo.security.LicenceInfo.Status
-
Packages that use LicenceInfo.Status Package Description de.hybris.platform.jalo.security -
-
Uses of LicenceInfo.Status in de.hybris.platform.jalo.security
Methods in de.hybris.platform.jalo.security that return LicenceInfo.Status Modifier and Type Method Description static LicenceInfo.StatusLicenceInfo.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LicenceInfo.Status[]LicenceInfo.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.hybris.platform.jalo.security with parameters of type LicenceInfo.Status Constructor Description LicenceInfo(LicenceInfo.Status st, java.lang.String cValue, java.lang.String aValue, java.lang.String mes)Only method to create a LicenceInfo object.
-