public interface NamedExplicitPaths
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Method and Description |
|---|---|
void |
addToNamedExplicitPath(NamedExplicitPath addTo)
Adds to the list of namedExplicitPath.
|
List<NamedExplicitPath> |
namedExplicitPath()
Returns the attribute namedExplicitPath.
|
void |
namedExplicitPath(List<NamedExplicitPath> namedExplicitPath)
Sets the attribute namedExplicitPath.
|
List<NamedExplicitPath> namedExplicitPath()
void namedExplicitPath(List<NamedExplicitPath> namedExplicitPath)
namedExplicitPath - list of namedExplicitPathvoid addToNamedExplicitPath(NamedExplicitPath addTo)
addTo - value of namedExplicitPathCopyright © 2018. All rights reserved.