Class ContainerLikeCompat

java.lang.Object
com.google.common.collect.ForwardingObject
org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
All Implemented Interfaces:
ActionNodeContainer, AddedByUsesAware, AugmentationTarget, ContainerLike, CopyableNode, DataNodeContainer, DataSchemaNode, DocumentedNode, DocumentedNode.WithStatus, MustConstraintAware, NotificationNodeContainer, SchemaNode, WhenConditionAware

@Beta public abstract class ContainerLikeCompat extends ForwardingObject implements ContainerLike
Base class supporting OperationDefinition.toContainerLike() and NotificationDefinition.toContainerLike(). This class is exposed only for the unlikely need users of those methods need to do tricks when encountering those containers.