Uses of Class
org.opendaylight.yangtools.yang.parser.api.ImportResolutionMode
-
-
Uses of ImportResolutionMode in org.opendaylight.yangtools.yang.parser.api
Methods in org.opendaylight.yangtools.yang.parser.api that return ImportResolutionMode Modifier and Type Method Description ImportResolutionModeYangParserConfiguration. importResolutionMode()static ImportResolutionModeImportResolutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportResolutionMode[]ImportResolutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yangtools.yang.parser.api that return types with arguments of type ImportResolutionMode Modifier and Type Method Description Collection<ImportResolutionMode>YangParserFactory. supportedImportResolutionModes()Return enumeration ofImportResolutionModes supported by this factory.Methods in org.opendaylight.yangtools.yang.parser.api with parameters of type ImportResolutionMode Modifier and Type Method Description YangParserConfiguration.BuilderYangParserConfiguration.Builder. importResolutionMode(ImportResolutionMode newImportResolutionMode)
-