public interface AugmentationSchema extends DataNodeContainer, NotificationNodeContainer, ActionNodeContainer
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns description text.
|
com.google.common.base.Optional<AugmentationSchema> |
getOriginalDefinition()
Returns Augmentation Definition from which this augmentation is derived
if augmentation was added transitively via augmented uses.
|
String |
getReference()
Returns reference text.
|
Status |
getStatus()
Returns status of this node.
|
SchemaPath |
getTargetPath()
Returns augmentation schema path.
|
List<UnknownSchemaNode> |
getUnknownSchemaNodes()
Returns unknown schema node children.
|
RevisionAwareXPath |
getWhenCondition()
Returns when statement.
|
getChildNodes, getDataChildByName, getGroupings, getTypeDefinitions, getUsesgetNotificationsgetActionsRevisionAwareXPath getWhenCondition()
If when condition is present node defined by the parent data definition statement is only valid when the returned XPath expression conceptually evaluates to "true" for a particular instance, then the node defined by the parent data definition statement is valid; otherwise, it is not.
String getDescription()
String getReference()
Status getStatus()
SchemaPath getTargetPath()
List<UnknownSchemaNode> getUnknownSchemaNodes()
com.google.common.base.Optional<AugmentationSchema> getOriginalDefinition()
Copyright © 2018 OpenDaylight. All rights reserved.