Uses of Enum Class
org.opendaylight.yangtools.yang.parser.spi.meta.CopyType
Packages that use CopyType
Package
Description
Provides base abstract classes, interfaces and common implementation used by the statement parser.
-
Uses of CopyType in org.opendaylight.yangtools.yang.parser.spi.meta
Methods in org.opendaylight.yangtools.yang.parser.spi.meta that return CopyTypeModifier and TypeMethodDescriptionCopyHistory.getLastOperation()Return the last copy operation in this history.static CopyTypeReturns the enum constant of this class with the specified name.static CopyType[]CopyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.yangtools.yang.parser.spi.meta with parameters of type CopyTypeModifier and TypeMethodDescriptiondefault StmtContext.Mutable<?,?, ?> StmtContext.Mutable.childCopyOf(StmtContext<?, ?, ?> 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.StmtContext.Mutable<?,?, ?> StmtContext.Mutable.childCopyOf(StmtContext<?, ?, ?> stmt, CopyType type, @Nullable QNameModule targetModule) Create a child sub-statement, which is a child of this statement, inheriting all attributes from specified child and recording copy type.@NonNull Optional<? extends StmtContext.Mutable<?,?, ?>> StmtContext.copyAsChildOf(StmtContext.Mutable<?, ?, ?> parent, CopyType type, @Nullable QNameModule targetModule)