Class AnyxmlSchemaLocationEffectiveStatementImpl
- java.lang.Object
-
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStatementBase<A,D>
-
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.DeclaredEffectiveStatementBase<A,D>
-
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDocumentedNode<A,D>
-
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractSchemaEffectiveDocumentedNode<A,D>
-
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.UnknownEffectiveStatementBase<SchemaNodeIdentifier,AnyxmlSchemaLocationStatement>
-
- org.opendaylight.yangtools.odlext.parser.AnyxmlSchemaLocationEffectiveStatementImpl
-
- All Implemented Interfaces:
AnyxmlSchemaLocationEffectiveStatement
,AddedByUsesAware
,DocumentedNode
,DocumentedNode.WithStatus
,EffectiveStatement<SchemaNodeIdentifier,AnyxmlSchemaLocationStatement>
,ModelStatement<SchemaNodeIdentifier>
,SchemaNode
,UnknownSchemaNode
public final class AnyxmlSchemaLocationEffectiveStatementImpl extends UnknownEffectiveStatementBase<SchemaNodeIdentifier,AnyxmlSchemaLocationStatement> implements AnyxmlSchemaLocationEffectiveStatement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
DocumentedNode.WithStatus
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
@NonNull SchemaPath
getPath()
Returns the schema path of the instance of the typeSchemaNode
.@NonNull QName
getQName()
Returns QName of the instance of the typeSchemaNode
.int
hashCode()
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.UnknownEffectiveStatementBase
getExtensionDefinition, getNodeParameter, getNodeType, getUnknownSchemaNodes, isAddedByAugmentation, isAddedByUses, toString
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractSchemaEffectiveDocumentedNode
getNamespaceContents
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDocumentedNode
getDescription, getReference, getStatus
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.DeclaredEffectiveStatementBase
argument, getDeclared, getStatementSource, statementDefinition
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStatementBase
allSubstatementsOfType, effectiveSubstatements, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAll, initSubstatements, initSubstatements
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getDescription, getReference
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode.WithStatus
getStatus
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
effectiveSubstatements, findAll, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, get, getAll, getDeclared, streamEffectiveSubstatements
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument, getStatementSource, statementDefinition
-
-
-
-
Method Detail
-
getQName
public @NonNull QName getQName()
Description copied from interface:SchemaNode
Returns QName of the instance of the typeSchemaNode
.- Specified by:
getQName
in interfaceSchemaNode
- Returns:
- QName with the name of the schema node
-
getPath
public @NonNull SchemaPath getPath()
Description copied from interface:SchemaNode
Returns the schema path of the instance of the typeSchemaNode
.- Specified by:
getPath
in interfaceSchemaNode
- Returns:
- schema path of the schema node
-
-