public interface AttributeFilters
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
(Source path: META-INF/yang/rsvp.yang):
grouping attribute-filters {
leaf include-any {
type attribute-filter;
}
leaf exclude-any {
type attribute-filter;
}
leaf include-all {
type attribute-filter;
}
}
The schema path to identify an instance is
rsvp/attribute-filters| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
AttributeFilter |
getExcludeAny() |
AttributeFilter |
getIncludeAll() |
AttributeFilter |
getIncludeAny() |
AttributeFilter getIncludeAny()
AttributeFilter getExcludeAny()
AttributeFilter getIncludeAll()
Copyright © 2014. All rights reserved.