public interface EnumGrouping extends DataObject
This class represents the following YANG schema fragment defined in module opendaylight-of-migration-test-model
grouping enum-grouping { leaf attr-enum { type custom-enum; } }The schema path to identify an instance is opendaylight-of-migration-test-model/enum-grouping
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable CustomEnum |
getAttrEnum() |
getImplementedInterface
@Nullable CustomEnum getAttrEnum()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.CustomEnum
attrEnum
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.