ne_ne_getName
-
const std::string sbne::ne_ne_getName(NetworkElement *nE)
Returns the value of the “name” attribute of this NetworkElement object, if it has one.
- Parameters:
nE – a pointer to the NetworkElement object.
- Returns:
the “name” attribute of this NetworkElement object, or an empty string if the “name” attribute is not set or the object is
NULL.