public interface AugmentationSchema extends DataNodeContainer, NotificationNodeContainer, ActionNodeContainer
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
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() |
Status |
getStatus() |
SchemaPath |
getTargetPath() |
List<UnknownSchemaNode> |
getUnknownSchemaNodes() |
RevisionAwareXPath |
getWhenCondition()
Returns when statement
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.
|
getChildNodes, getDataChildByName, getGroupings, getTypeDefinitions, getUses
getNotifications
getActions
RevisionAwareXPath getWhenCondition()
String getDescription()
String getReference()
Status getStatus()
SchemaPath getTargetPath()
List<UnknownSchemaNode> getUnknownSchemaNodes()
com.google.common.base.Optional<AugmentationSchema> getOriginalDefinition()
Copyright © 2018 OpenDaylight. All rights reserved.