Interface DOMMountPoint
-
- All Superinterfaces:
Identifiable<YangInstanceIdentifier>
- All Known Implementing Classes:
DOMMountPointAdapter
,SimpleDOMMountPoint
@Deprecated(forRemoval=true) public interface DOMMountPoint extends Identifiable<YangInstanceIdentifier>
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SchemaContext
getSchemaContext()
Deprecated, for removal: This API element is subject to removal in a future version.<T extends DOMService>
Optional<T>getService(Class<T> cls)
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from interface org.opendaylight.yangtools.concepts.Identifiable
getIdentifier
-
-
-
-
Method Detail
-
getService
<T extends DOMService> Optional<T> getService(Class<T> cls)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSchemaContext
SchemaContext getSchemaContext()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-