public interface NetworkElement extends Model
Modifier and Type | Interface and Description |
---|---|
static class |
NetworkElement.Type
Characterization of the network element function.
|
Modifier and Type | Method and Description |
---|---|
ElementId |
id()
Returns the globally unique identifier of the network element.
|
String |
name()
Returns the friendly name of the network element.
|
NetworkElement.Type |
type()
Returns the network element type, e.g.
|
supplierId
ElementId id()
String name()
NetworkElement.Type type()
Copyright © 2015. All Rights Reserved.