Package | Description |
---|---|
com.bea.wcp.profile |
Support for accessing Profile information.
|
Modifier and Type | Method and Description |
---|---|
ProfileSubscription.ProfileSubscriptionState |
ProfileSubscription.getSubscriptionState()
This method indicates the current state of the subscription.
|
static ProfileSubscription.ProfileSubscriptionState |
ProfileSubscription.ProfileSubscriptionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileSubscription.ProfileSubscriptionState[] |
ProfileSubscription.ProfileSubscriptionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|