Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.license.messaging.LicenseManagerMessageType

Packages that use LicenseManagerMessageType
com.liferay.portal.kernel.license.messaging   
 

Uses of LicenseManagerMessageType in com.liferay.portal.kernel.license.messaging
 

Methods in com.liferay.portal.kernel.license.messaging that return LicenseManagerMessageType
static LicenseManagerMessageType LicenseManagerMessageType.valueOf(JSONObject jsonObject)
           
static LicenseManagerMessageType LicenseManagerMessageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LicenseManagerMessageType[] LicenseManagerMessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Liferay 7.0-ce-b4