@Beta public abstract class AbstractEffectiveOperationContainerSchemaNode<D extends DeclaredStatement<QName>> extends AbstractEffectiveContainerSchemaNode<D>
DocumentedNode.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
AbstractEffectiveOperationContainerSchemaNode(StmtContext<QName,D,?> ctx) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<ActionDefinition> |
getActions()
Return the set of actions.
|
Set<NotificationDefinition> |
getNotifications()
Return the set of notifications in this container, keyed by QName.
|
int |
hashCode() |
boolean |
isPresenceContainer()
Returns true if this container is marked as presence.
|
String |
toString() |
getMustConstraints
getAvailableAugmentations, getPath, getQName, getUnknownSchemaNodes, getWhenCondition, isAddedByUses, isAugmenting, isConfiguration, resetAugmenting
findDataChildByName, getChildNodes, getGroupings, getTypeDefinitions, getUses
getNamespaceContents
getDescription, getReference, getStatus
argument, getDeclared, getStatementSource, statementDefinition
allSubstatementsOfType, effectiveSubstatements, firstEffective, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAll, initSubstatements
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findDataChildByName, findDataTreeChild, findDataTreeChild, findDataTreeChild, getChildNodes, getDataChildByName, getGroupings, getTypeDefinitions, getUses
getAvailableAugmentations
isConfiguration
getPath, getQName
getStatus
getDescription, getReference, getUnknownSchemaNodes
isAugmenting
isAddedByUses
getWhenCondition
findAll, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, streamEffectiveSubstatements
protected AbstractEffectiveOperationContainerSchemaNode(StmtContext<QName,D,?> ctx)
public final Set<ActionDefinition> getActions()
ActionNodeContainer
public final Set<NotificationDefinition> getNotifications()
NotificationNodeContainer
AugmentationSchemaNode
s, GroupingDefinition
s, ListSchemaNode
s and
ContainerSchemaNode
s can also contain NotificationDefinition
s.public final boolean isPresenceContainer()
ContainerSchemaNode
Copyright © 2019 OpenDaylight. All rights reserved.