Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.dynamicdatamapping.storage.StorageType

Packages that use StorageType
com.liferay.portlet.dynamicdatamapping.storage   
 

Uses of StorageType in com.liferay.portlet.dynamicdatamapping.storage
 

Methods in com.liferay.portlet.dynamicdatamapping.storage that return StorageType
static StorageType StorageType.parse(String value)
           
static StorageType StorageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StorageType[] StorageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Liferay 6.2-ce-ga5