Package wt.notify
Class CompositeNotificationSubscription.SubscriptionTargetMetaData
java.lang.Object
wt.notify.CompositeNotificationSubscription.SubscriptionTargetMetaData
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CompositeNotificationSubscription
public final class CompositeNotificationSubscription.SubscriptionTargetMetaData
extends Object
implements Serializable
Contains additional information for a subscription target
object contained in a CompositeNotificationSubscription
object. This is meta data for the actual subscription target
object, not the NotifySubscriptionTarget that contains the
reference to the target object.
Currently, the additional attributes are:
- The displayable value for the target type. This value is a String.
- The non-displayable target type value. This value is a String.
Use the CompositeNotificationSubscription getSubscriptionTargetMetaDataAttribute method to get a meta data attribute for a subscription target object.
Use the CompositeNotificationSubscription getSubscriptionTargetMetaData method to get the meta data object for a subscription target object.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the targetDisplayType attribute value.Gets the targetType attribute value.toString()Returns a string representation of the SubscriptionTargetMetaData object contents.
-
Method Details
-
getTargetType
Gets the targetType attribute value.
Supported API: true- Returns:
- String The non-displayable target type.
-
getTargetDisplayType
Gets the targetDisplayType attribute value.
Supported API: true- Returns:
- String The displayable target type.
-
toString
Returns a string representation of the SubscriptionTargetMetaData object contents.
Supported API: true
-