Interface EthTypeValues

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<EthTypeValues>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<OfjNxmOfMatchEthTypeGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface EthTypeValues
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OfjNxmOfMatchEthTypeGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<EthTypeValues>

    This class represents the following YANG schema fragment defined in module nicira-match

     container eth-type-values {
       leaf value {
         type uint16;
       }
     }
     
    The schema path to identify an instance is nicira-match/ofj-nxm-of-match-eth-type-grouping/eth-type-values

    To create instances of this class use EthTypeValuesBuilder.

    See Also:
    EthTypeValuesBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<EthTypeValues> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getValue

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getValue()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 value, or null if not present