Uses of Class
org.opendaylight.yangtools.rfc8528.data.api.YangLibraryConstants.ContainerName
-
-
Uses of YangLibraryConstants.ContainerName in org.opendaylight.yangtools.rfc8528.data.api
Methods in org.opendaylight.yangtools.rfc8528.data.api that return YangLibraryConstants.ContainerName Modifier and Type Method Description static YangLibraryConstants.ContainerNameYangLibraryConstants.ContainerName. valueOf(String name)Returns the enum constant of this type with the specified name.static YangLibraryConstants.ContainerName[]YangLibraryConstants.ContainerName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yangtools.rfc8528.data.api that return types with arguments of type YangLibraryConstants.ContainerName Modifier and Type Method Description static Optional<YangLibraryConstants.ContainerName>YangLibraryConstants.ContainerName. forLocalName(String localName)Method parameters in org.opendaylight.yangtools.rfc8528.data.api with type arguments of type YangLibraryConstants.ContainerName Modifier and Type Method Description MountPointContextMountPointContextFactory. createContext(Map<YangLibraryConstants.ContainerName,MountPointChild> libraryContainers, @Nullable MountPointChild schemaMounts)Create a mount point context based on available information.
-