public interface IdentitySchemaNode extends SchemaNode
The 'identity' statement is used to define a new globally unique, abstract, and untyped identity. Its only purpose is to denote its name, semantics, and existence. The built-in datatype "identityref" can be used to reference identities within a data model.
DocumentedNode.WithStatus
Modifier and Type | Method and Description |
---|---|
@NonNull Set<IdentitySchemaNode> |
getBaseIdentities()
Return base identities of this identity.
|
@NonNull Set<IdentitySchemaNode> |
getDerivedIdentities()
Get identities derived from this identity.
|
getPath, getQName
getStatus
getDescription, getReference, getUnknownSchemaNodes
@NonNull Set<IdentitySchemaNode> getBaseIdentities()
Callers should be prepared to handle multiple base identities.
@NonNull Set<IdentitySchemaNode> getDerivedIdentities()
Copyright © 2019 OpenDaylight. All rights reserved.