public static final enum

WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.microstrategy.web.objects.WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat

Summary

Enum Values
WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat  BINARY   
WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat  BOTH   
WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat  JSON   
WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat  RESERVED   
Public Methods
static WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat valueOf(String name)
final static ShortcutCacheFormat[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

Public Methods

public static final ShortcutCacheFormat[] values ()