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

network.address
Class RoutableNumber
network.address.Address
  |
  +--network.address.RoutableNumber

public class RoutableNumber      
FQDN (Fully Qualified Directory Number) represents a telephone number following E164 number formating rules. For simplicity the FQDN is broken down into its routingPrefix and DN.
Constraints:
::=
::= +?\d{1,10}
::=
::= \d{0,10}
::= \d{1,32}
==> console validation=  +?\d{1,52}
Default:
- none
 
Links:
Kernel Association Association Link
to Class RoutingPrefix
The RoutableNumber may be made up of a single routingPrefix. A routingPrefix belongs to a single RoutableNumber.
Associates type:
composition
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
0..1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
link:
composition
 
Kernel Association Association Link
to Class DirectoryNumber
A RoutableNumber is made up of a DirectoryNumber. A DirectoryNumber belongs to a single RoutableAddress
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 Address
FQDN (Fully Qualified Directory Number) represents a telephone number following E164 number formating rules. For simplicity the FQDN is broken down into its routingPrefix and DN.
Constraints:
::=
::= +?\d{1,10}
::=
::= \d{0,10}
::= \d{1,32}
==> console validation=  +?\d{1,52}
Default:
- none
 
 

Field Summary
Field Detail
number
private DirectoryNumber number
A RoutableNumber is made up of a DirectoryNumber. A DirectoryNumber belongs to a single RoutableAddress
Multiplicity:
1
 

routingPrefix
private RoutingPrefix routingPrefix
The RoutableNumber may be made up of a single routingPrefix. A routingPrefix belongs to a single RoutableNumber.
Multiplicity:
1
 

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