| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.parser.spi.meta |
Provides base abstract classes, interfaces and common implementation used by the statement parser.
|
| Modifier and Type | Method and Description |
|---|---|
CopyType |
CopyHistory.getLastOperation() |
static CopyType |
CopyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopyType[] |
CopyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default <X,Y extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<X>,Z extends org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement<X,Y>> |
StmtContext.Mutable.childCopyOf(StmtContext<X,Y,Z> stmt,
CopyType type)
Create a child sub-statement, which is a child of this statement, inheriting all attributes from specified
child and recording copy type.
|
<X,Y extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<X>,Z extends org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement<X,Y>> |
StmtContext.Mutable.childCopyOf(StmtContext<X,Y,Z> stmt,
CopyType type,
@Nullable org.opendaylight.yangtools.yang.common.QNameModule targetModule)
Create a child sub-statement, which is a child of this statement, inheriting all attributes from specified
child and recording copy type.
|
boolean |
CopyHistory.contains(CopyType type) |
static CopyHistory |
CopyHistory.of(CopyType copyType,
CopyHistory copyHistory) |
Copyright © 2020 OpenDaylight. All rights reserved.