public abstract class XmlVNode extends Object
XmlVNode is a base class for classes that provides XML binding
to the data model for virtual node.| Modifier | Constructor and Description |
|---|---|
protected |
XmlVNode()
Constructor only for JAXB.
|
protected |
XmlVNode(VnodeName vname)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Determine whether the given object is identical to this object.
|
String |
getDescription()
Return the description about the virtual node.
|
VnodeName |
getName()
Return the name of the virtual node.
|
int |
hashCode()
Return the hash code of this object.
|
public final VnodeName getName()
public final String getDescription()
public boolean equals(Object o)
Copyright © 2018 OpenDaylight. All rights reserved.