Uses of Class
org.wso2.carbon.registry.social.api.activity.MediaItem.Type

Packages that use MediaItem.Type
org.wso2.carbon.registry.social.api.activity   
 

Uses of MediaItem.Type in org.wso2.carbon.registry.social.api.activity
 

Methods in org.wso2.carbon.registry.social.api.activity that return MediaItem.Type
 MediaItem.Type MediaItem.getType()
          Get the Type of this media item, either audio, image or video.
static MediaItem.Type MediaItem.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MediaItem.Type[] MediaItem.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.wso2.carbon.registry.social.api.activity with parameters of type MediaItem.Type
 void MediaItem.setType(MediaItem.Type type)
          Get the Type of this media item, either audio, image or video.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.