Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.eth.type._case.EthTypeBuilder
Package
Description
-
Uses of EthTypeBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.eth.type._case
Modifier and TypeMethodDescriptionEthTypeBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<EthType> augmentation) Add an augmentation to this builder's product.EthTypeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EthType>> augmentationType) Remove an augmentation from this builder's product.EthTypeBuilder.setEthType
(EtherType value) Set the property corresponding toEthType.getEthType()
to the specified value.