Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

network.address
Class TelUri
network.address.Address
  |
  +--network.address.Uri
       |
       +--network.address.TelUri

public class TelUri      
TelUri represents a tel Uri (as defined by RFC3966) and as such describes resources that are identified by telephone numbers.
Constraints:
- see Uri constraints
::= tel:
::=
::= see RoutableNumber constraints
Default:
- none
 
Links:
Kernel Association Association Link
to Class TelephoneSubscriber
A TelUri has exacly one telephoneSubscriber. A TelephoneSubscriber belongs to one TelUri
Associates type:
composition
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
link:
composition
 
Generalization Generalization Link
to Class Uri
TelUri represents a tel Uri (as defined by RFC3966) and as such describes resources that are identified by telephone numbers.
Constraints:
- see Uri constraints
::= tel:
::=
::= see RoutableNumber constraints
Default:
- none
 
 

Field Summary
Field Detail
telephoneSubscriber
private TelephoneSubscriber telephoneSubscriber
A TelUri has exacly one telephoneSubscriber. A TelephoneSubscriber belongs to one TelUri
Multiplicity:
1
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD