Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.eth.dst.grouping.EthDstValues
Packages that use EthDstValues
Package
Description
-
Uses of EthDstValues in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421 that return EthDstValuesModifier and TypeMethodDescriptionOfjNxmOfMatchEthDstGrouping.getEthDstValues()
Return ethDstValues, ornull
if it is not present. -
Uses of EthDstValues in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.aug.nx.match
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.aug.nx.match that return EthDstValuesModifier and TypeMethodDescriptionEthDstCaseValueBuilder.getEthDstValues()
Return current value associated with the property corresponding toOfjNxmOfMatchEthDstGrouping.getEthDstValues()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.aug.nx.match with parameters of type EthDstValuesModifier and TypeMethodDescriptionEthDstCaseValueBuilder.setEthDstValues
(EthDstValues value) Set the property corresponding toOfjNxmOfMatchEthDstGrouping.getEthDstValues()
to the specified value. -
Uses of EthDstValues in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.eth.dst.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.eth.dst.grouping with type parameters of type EthDstValuesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<EthDstValues>>
E$$EthDstValuesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.eth.dst.grouping that return EthDstValuesModifier and TypeMethodDescription@NonNull EthDstValues
EthDstValuesBuilder.build()
A newEthDstValues
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.eth.dst.grouping that return types with arguments of type EthDstValuesModifier and TypeMethodDescriptiondefault Class<EthDstValues>
EthDstValues.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.eth.dst.grouping with parameters of type EthDstValuesModifier and TypeMethodDescriptionstatic boolean
EthDstValues.bindingEquals
(@NonNull EthDstValues thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
EthDstValues.bindingHashCode
(@NonNull EthDstValues obj) Default implementation ofObject.hashCode()
contract for this interface.static String
EthDstValues.bindingToString
(@NonNull EthDstValues obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.eth.dst.grouping with type arguments of type EthDstValuesModifier and TypeMethodDescriptionEthDstValuesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<EthDstValues> augmentation) Add an augmentation to this builder's product.EthDstValuesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EthDstValues>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.eth.dst.grouping with parameters of type EthDstValuesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedEthDstValues
.