Class NeutronMeteringLabelInterface
- java.lang.Object
-
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
-
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<MeteringLabel,MeteringLabels,MeteringLabelKey,NeutronMeteringLabel>
-
- org.opendaylight.neutron.transcriber.NeutronMeteringLabelInterface
-
- All Implemented Interfaces:
AutoCloseable
,INeutronCRUD<NeutronMeteringLabel>
,INeutronMeteringLabelCRUD
@Singleton public final class NeutronMeteringLabelInterface extends AbstractNeutronInterface<MeteringLabel,MeteringLabels,MeteringLabelKey,NeutronMeteringLabel> implements INeutronMeteringLabelCRUD
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result
-
-
Constructor Summary
Constructors Constructor Description NeutronMeteringLabelInterface(org.opendaylight.mdsal.binding.api.DataBroker db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronMeteringLabel
fromMd(MeteringLabel label)
protected Collection<MeteringLabel>
getDataObjectList(MeteringLabels labels)
protected MeteringLabel
toMd(NeutronMeteringLabel meteringLabel)
-
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractNeutronInterface
getMdParentClass
-
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractTranscriberInterface
add, areAllDependenciesAvailable, checkedCommit, close, exists, fromMdAdminAttributes, fromMdBaseAttributes, fromMdIds, get, getAll, getDataBroker, ifNonNull, readMd, remove, toMd, toMdAdminAttributes, toMdBaseAttributes, toMdIds, toMdIds, toUuid, update
-
-
-
-
Method Detail
-
getDataObjectList
protected Collection<MeteringLabel> getDataObjectList(MeteringLabels labels)
- Specified by:
getDataObjectList
in classAbstractTranscriberInterface<MeteringLabel,MeteringLabels,MeteringLabelKey,NeutronMeteringLabel,Neutron>
-
toMd
protected MeteringLabel toMd(NeutronMeteringLabel meteringLabel)
- Specified by:
toMd
in classAbstractTranscriberInterface<MeteringLabel,MeteringLabels,MeteringLabelKey,NeutronMeteringLabel,Neutron>
-
fromMd
protected NeutronMeteringLabel fromMd(MeteringLabel label)
- Specified by:
fromMd
in classAbstractTranscriberInterface<MeteringLabel,MeteringLabels,MeteringLabelKey,NeutronMeteringLabel,Neutron>
-
-