public interface EditStatusChoice extends ChoiceIn<Edit>
This class represents the following YANG schema fragment defined in module ietf-restconf
choice edit-status-choice { case ok { leaf ok { type empty; } } case location { leaf location { type inet:uri; } } case errors { uses errors; } }The schema path to identify an instance is ietf-restconf/yang-patch-status/yang-patch-status/edit-status/edit/edit-status-choice
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.