public interface DocumentedNode
Modifier and Type | Interface and Description |
---|---|
static interface |
DocumentedNode.WithStatus |
Modifier and Type | Method and Description |
---|---|
default String |
getDescription()
All implementations should override this method.
|
default String |
getReference()
All implementations should override this method.
|
default List<UnknownSchemaNode> |
getUnknownSchemaNodes()
Returns unknown schema nodes which belongs to this instance.
|
@Nullable default String getDescription()
@Nullable default String getReference()
@Nonnull default List<UnknownSchemaNode> getUnknownSchemaNodes()
Copyright © 2018 OpenDaylight. All rights reserved.