Interface GetFilterElementAttributesSchemaNode
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.model.api.AddedByUsesAware,org.opendaylight.yangtools.yang.model.api.CopyableNode,org.opendaylight.yangtools.yang.model.api.DocumentedNode,org.opendaylight.yangtools.yang.model.api.DocumentedNode.WithStatus,org.opendaylight.yangtools.yang.model.api.EffectiveStatementEquivalent<org.opendaylight.yangtools.yang.model.api.stmt.UnknownEffectiveStatement<?,?>>,org.opendaylight.yangtools.yang.model.api.SchemaNode,org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
@Beta public interface GetFilterElementAttributesSchemaNode extends org.opendaylight.yangtools.yang.model.api.UnknownSchemaNodeRepresents the effect of 'get-filter-element-attributes' extension, as defined in RFC6241.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFilterElementAttributesEffectiveStatementasEffectiveStatement()static Optional<GetFilterElementAttributesSchemaNode>findIn(org.opendaylight.yangtools.yang.model.api.AnyxmlSchemaNode parent)Attempt to find aGetFilterElementAttributesSchemaNodein a parentAnyxmlSchemaNode.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.AddedByUsesAware
isAddedByUses
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.CopyableNode
isAugmenting
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getDescription, getReference, getUnknownSchemaNodes
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode.WithStatus
getStatus
-
-
-
-
Method Detail
-
findIn
static Optional<GetFilterElementAttributesSchemaNode> findIn(org.opendaylight.yangtools.yang.model.api.AnyxmlSchemaNode parent)
Attempt to find aGetFilterElementAttributesSchemaNodein a parentAnyxmlSchemaNode.- Parameters:
parent- Parent to search- Returns:
GetFilterElementAttributesSchemaNodechild, if present.
-
asEffectiveStatement
GetFilterElementAttributesEffectiveStatement asEffectiveStatement()
- Specified by:
asEffectiveStatementin interfaceorg.opendaylight.yangtools.yang.model.api.EffectiveStatementEquivalent<org.opendaylight.yangtools.yang.model.api.stmt.UnknownEffectiveStatement<?,?>>
-
-