Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.nx.action.reg.move.grouping.NxActionRegMove
Packages that use NxActionRegMove
Package
Description
-
Uses of NxActionRegMove in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421 that return NxActionRegMoveModifier and TypeMethodDescriptionOfjNxActionRegMoveGrouping.getNxActionRegMove()
Return nxActionRegMove, ornull
if it is not present. -
Uses of NxActionRegMove in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.aug.nx.action
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.aug.nx.action that return NxActionRegMoveModifier and TypeMethodDescriptionActionRegMoveBuilder.getNxActionRegMove()
Return current value associated with the property corresponding toOfjNxActionRegMoveGrouping.getNxActionRegMove()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.aug.nx.action with parameters of type NxActionRegMoveModifier and TypeMethodDescriptionActionRegMoveBuilder.setNxActionRegMove
(NxActionRegMove value) Set the property corresponding toOfjNxActionRegMoveGrouping.getNxActionRegMove()
to the specified value. -
Uses of NxActionRegMove in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.nx.action.reg.move.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.nx.action.reg.move.grouping with type parameters of type NxActionRegMoveModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionRegMove>>
E$$NxActionRegMoveBuilder.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.action.rev140421.ofj.nx.action.reg.move.grouping that return NxActionRegMoveModifier and TypeMethodDescription@NonNull NxActionRegMove
NxActionRegMoveBuilder.build()
A newNxActionRegMove
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.nx.action.reg.move.grouping that return types with arguments of type NxActionRegMoveModifier and TypeMethodDescriptiondefault Class<NxActionRegMove>
NxActionRegMove.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.nx.action.reg.move.grouping with parameters of type NxActionRegMoveModifier and TypeMethodDescriptionstatic boolean
NxActionRegMove.bindingEquals
(@NonNull NxActionRegMove thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
NxActionRegMove.bindingHashCode
(@NonNull NxActionRegMove obj) Default implementation ofObject.hashCode()
contract for this interface.static String
NxActionRegMove.bindingToString
(@NonNull NxActionRegMove obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.nx.action.reg.move.grouping with type arguments of type NxActionRegMoveModifier and TypeMethodDescriptionNxActionRegMoveBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<NxActionRegMove> augmentation) Add an augmentation to this builder's product.NxActionRegMoveBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionRegMove>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.nx.action.reg.move.grouping with parameters of type NxActionRegMoveModifierConstructorDescriptionConstruct a builder initialized with state from specifiedNxActionRegMove
.