Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.aug.nx.exp.match
Interface NxExpMatchEntryValue
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.ChoiceIn<OfjAugNxExpMatch>
,org.opendaylight.yangtools.yang.binding.DataContainer
- All Known Subinterfaces:
NshcCaseValue
,NshFlagsCaseValue
,NshMdtypeCaseValue
,NshNpCaseValue
,NshTtlCaseValue
,NsiCaseValue
,NspCaseValue
@Generated("mdsal-binding-generator")
public interface NxExpMatchEntryValue
extends org.opendaylight.yangtools.yang.binding.ChoiceIn<OfjAugNxExpMatch>
This class represents the following YANG schema fragment defined in module nicira-match
choice nx-exp-match-entry-value { case nsh-flags-case-value { uses ofj-nxm-nx-match-nsh-flags-grouping; } case nsh-mdtype-case-value { uses ofj-nxm-nx-match-nsh-mdtype-grouping; } case nsh-np-case-value { uses ofj-nxm-nx-match-nsh-np-grouping; } case nsp-case-value { uses ofj-nxm-nx-match-nsp-grouping; } case nsi-case-value { uses ofj-nxm-nx-match-nsi-grouping; } case nshc-case-value { uses ofj-nxm-nx-match-nshc-grouping; } case nsh-ttl-case-value { uses ofj-nxm-nx-match-nsh-ttl-grouping; } }
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yangtools.yang.binding.BindingContract
implementedInterface
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-