Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

subscription
Class SubscriberPref
Direct Known Subclasses:
       McsSubscriberPref

public class SubscriberPref      
SubscriberPref defines the basic behaviour of a Service for a particular Subscriber that is common across all Subscriber's Identities. The SubscriberPref is uniquely identified by the combination of associated Subscription and Subscriber identifiers. SubscriberPrefs are provisionable and clonable
 
Links:
Kernel Association Association Link
to Class CapabilityPref
A SubscriberPref is made up of CapabilityPrefs corresponding to a subset of the Capability instances that make up the Service. Together with the IdentityPref the Subscription must contain a complete set of CapabilityPref for covering all Capability of the Service.
Constraints:
- see CapabilityPref constraints
Default:
- none
Clone:
-yes - deep. The cloned SubscriberPref references deep cloned CapabilityPref instances.
Associates type:
composition
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
0..*
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
associates:
CapabilityPref
link:
composition
 
 

Field Summary
private Collection
Field Detail
capabilityPrefs
private Collection capabilityPrefs
A SubscriberPref is made up of CapabilityPrefs corresponding to a subset of the Capability instances that make up the Service. Together with the IdentityPref the Subscription must contain a complete set of CapabilityPref for covering all Capability of the Service.
Constraints:
- see CapabilityPref constraints
Default:
- none
Clone:
-yes - deep. The cloned SubscriberPref references deep cloned CapabilityPref instances.
Multiplicity:
1
Custom properties
associates:
CapabilityPref
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD