Uses of Class
org.silverpeas.web.subscription.constant.SubscriptionFunction
-
Packages that use SubscriptionFunction Package Description org.silverpeas.web.subscription.constant -
-
Uses of SubscriptionFunction in org.silverpeas.web.subscription.constant
Methods in org.silverpeas.web.subscription.constant that return SubscriptionFunction Modifier and Type Method Description static SubscriptionFunction
SubscriptionFunction. from(String name)
static SubscriptionFunction
SubscriptionFunction. valueOf(String name)
Returns the enum constant of this type with the specified name.static SubscriptionFunction[]
SubscriptionFunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-