Class NeutronMeteringLabelRuleInterface
- java.lang.Object
 - 
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
 - 
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<MeteringRule,MeteringRules,MeteringRuleKey,NeutronMeteringLabelRule>
 - 
- org.opendaylight.neutron.transcriber.NeutronMeteringLabelRuleInterface
 
 
 
 
- 
- All Implemented Interfaces:
 AutoCloseable,INeutronCRUD<NeutronMeteringLabelRule>,INeutronMeteringLabelRuleCRUD
@Singleton public final class NeutronMeteringLabelRuleInterface extends AbstractNeutronInterface<MeteringRule,MeteringRules,MeteringRuleKey,NeutronMeteringLabelRule> implements INeutronMeteringLabelRuleCRUD
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NeutronMeteringLabelRuleInterface(org.opendaylight.mdsal.binding.api.DataBroker db) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronMeteringLabelRulefromMd(MeteringRule rule)protected Collection<MeteringRule>getDataObjectList(MeteringRules rules)protected MeteringRuletoMd(NeutronMeteringLabelRule meteringLabelRule)- 
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<MeteringRule> getDataObjectList(MeteringRules rules)
- Specified by:
 getDataObjectListin classAbstractTranscriberInterface<MeteringRule,MeteringRules,MeteringRuleKey,NeutronMeteringLabelRule,Neutron>
 
- 
toMd
protected MeteringRule toMd(NeutronMeteringLabelRule meteringLabelRule)
- Specified by:
 toMdin classAbstractTranscriberInterface<MeteringRule,MeteringRules,MeteringRuleKey,NeutronMeteringLabelRule,Neutron>
 
- 
fromMd
protected NeutronMeteringLabelRule fromMd(MeteringRule rule)
- Specified by:
 fromMdin classAbstractTranscriberInterface<MeteringRule,MeteringRules,MeteringRuleKey,NeutronMeteringLabelRule,Neutron>
 
 - 
 
 -