Description:
|
customerPkg PACKAGE
BEHAVIOUR
customerPkgDefinition BEHAVIOUR
DEFINED AS
"The Customer managed object class refers to a corporation, organization or individual with telecommunication needs to be satisfied via a private network, provider services, or a combination of a private network and provider services.";,
customerPkg-B BEHAVIOUR
DEFINED AS
"Attributes whose values are names of other managed object instances (e.g. opNetworkList) must have names of managed objects which already exist or a value of null, if permitted for that attribute.
Conditions under which an attributeValueChange notification is emitted are stated in the behaviour of the appropriate package or attribute. In absence of such a statement in the behaviour, the attribute does not cause an attributeValueChange notification to be emitted. All attributeValueChange notifications shall include the Attribute Identifier List parameter.
A value for the customerID attribute can only be provided when the object is created. Furthermore, once the object is created, the value of customerID may not be modified (i.e. the instance cannot be renamed).
When customerTitle is used for naming, the customerID attribute has a NULL value.";,
commonCreation-B BEHAVIOUR
DEFINED AS
"Unless otherwise specified, all attributes can be set by an M-CREATE"; ;
ATTRIBUTES
customerID PERMITTED VALUES CnmAsn1Module.SystemIdRange GET,
customerTitle GET;
|
|