Interface DOMMountPoint
-
- All Superinterfaces:
org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier>
@Deprecated(forRemoval=true) public interface DOMMountPoint extends org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.yangtools.yang.data.api.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 org.opendaylight.yangtools.yang.model.api.SchemaContextgetSchemaContext()Deprecated, for removal: This API element is subject to removal in a future version.<T extends DOMService>
com.google.common.base.Optional<T>getService(Class<T> cls)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getService
<T extends DOMService> com.google.common.base.Optional<T> getService(Class<T> cls)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSchemaContext
org.opendaylight.yangtools.yang.model.api.SchemaContext getSchemaContext()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-