| Policy Value ABE UML Documentation |
| Summary:AttributesProperties | Detail:Attributes |
This class is used to define a list of MAC addresses and MAC address range values as an unordered list of strings, each specifying a MAC address or a range of MAC addresses according to the canonical 802 MAC address format. Each string entry is either: - a single MAC address, such as 0000:00A5:0000 - a range of MAC addresses specified by an address and mask, such as 0000:00A5:0000,FFFF:FFFF:0000, which defines a range of MAC addresses in which the first four octets are equal to 0000:00A5.
| Attributes | ||
| Integer |
This is an enumerated integer that defines how the MAC Address is represented. Values are: 0: a single address (e.g., 0000:00A5:0000) 1: an address with mask (e.g., 0000:00A5:0000, FFFF:FFFF:0000) |
|
| String |
This is an array of strings, each of which contains a MAC Address. Each string must be of the same format, which is specified in the macFormat attribute of this object. |
|
| Attributes inherited from |
||
| Attributes inherited from |
||
| Attributes inherited from |
||
Properties:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | MACAddressValue |
| Name Expression | |
| Namespace | Policy Value ABE |
| Owned Template Signature | |
| Owner | Policy Value ABE |
| Owning Template Parameter | |
| Package | Policy Value ABE |
| Qualified Name | SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Value ABE::MACAddressValue |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
| Attribute Details |
Public Integer macFormat
This is an enumerated integer that defines how the MAC Address is represented. Values are: 0: a single address (e.g., 0000:00A5:0000) 1: an address with mask (e.g., 0000:00A5:0000, FFFF:FFFF:0000)
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | MACAddressValue |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | None (1) |
| Name | macFormat |
| Name Expression | |
| Namespace | MACAddressValue |
| Opposite | |
| Owner | MACAddressValue |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Value ABE::MACAddressValue::macFormat |
| Stereotype | |
| Template Parameter | |
| Type | Integer |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
Public String macValueList
This is an array of strings, each of which contains a MAC Address. Each string must be of the same format, which is specified in the macFormat attribute of this object.
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | MACAddressValue |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | None (1) |
| Name | macValueList |
| Name Expression | |
| Namespace | MACAddressValue |
| Opposite | |
| Owner | MACAddressValue |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Value ABE::MACAddressValue::macValueList |
| Stereotype | |
| Template Parameter | |
| Type | String |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
| Policy Value ABE UML Documentation |
| Summary:AttributesProperties | Detail:Attributes |