Interface OpenflowBasicClass
- All Superinterfaces:
org.opendaylight.yangtools.binding.BaseIdentity
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
,org.opendaylight.yangtools.binding.BindingObject
,OxmClassBase
,Serializable
Basic class for OpenFlow
This class represents the following YANG schema fragment defined in module openflow-extensible-match
identity openflow-basic-class { base oxm-class-base; }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class.static final @NonNull OpenflowBasicClass
Singleton value representing theOpenflowBasicClass
identity. -
Method Summary
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class. -
VALUE
Singleton value representing theOpenflowBasicClass
identity.
-
-
Method Details
-
implementedInterface
Class<? extends OpenflowBasicClass> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
- Specified by:
implementedInterface
in interfaceOxmClassBase
-