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 NeutronMeteringLabelfromMd(MeteringLabel label)protected Collection<MeteringLabel>getDataObjectList(MeteringLabels labels)protected MeteringLabeltoMd(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:
 getDataObjectListin classAbstractTranscriberInterface<MeteringLabel,MeteringLabels,MeteringLabelKey,NeutronMeteringLabel,Neutron>
 
- 
toMd
protected MeteringLabel toMd(NeutronMeteringLabel meteringLabel)
- Specified by:
 toMdin classAbstractTranscriberInterface<MeteringLabel,MeteringLabels,MeteringLabelKey,NeutronMeteringLabel,Neutron>
 
- 
fromMd
protected NeutronMeteringLabel fromMd(MeteringLabel label)
- Specified by:
 fromMdin classAbstractTranscriberInterface<MeteringLabel,MeteringLabels,MeteringLabelKey,NeutronMeteringLabel,Neutron>
 
 - 
 
 -