Interface AttributeComparison
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>
,org.opendaylight.yangtools.yang.binding.BindingObject
- All Known Subinterfaces:
AttributeEq
,AttributeGe
,AttributeLe
@Generated("mdsal-binding-generator")
public interface AttributeComparison
extends org.opendaylight.yangtools.yang.binding.BaseIdentity
base type for supported comparison operators on route attributes
This class represents the following YANG schema fragment defined in module openconfig-policy-types
identity attribute-comparison { }
-
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 AttributeComparison
Singleton value representing theAttributeComparison
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 theAttributeComparison
identity.
-
-
Method Details
-
implementedInterface
Class<? extends AttributeComparison> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>
-