public interface OpendaylightMdsal309Data extends DataRoot
This class represents the following YANG schema fragment defined in module opendaylight-mdsal309
module opendaylight-mdsal309 { namespace urn:test:opendaylight-mdsal309; prefix mdsal309; leaf simple { type enumeration { enum simple; enum a-z; enum "ľaľaho papľuhu"; } } leaf classConflictDash { type enumeration { enum a-z; enum AZ; } } leaf classConflictCaps { type enumeration { enum a-z; enum A-z; } } leaf specialCharAsterisk { type enumeration { enum *; } } leaf specialCharDot { type enumeration { enum .; } } leaf specialCharQuestionMark { type enumeration { enum ?; } } leaf specialCharSpace { type enumeration { enum " "; } } leaf simpleWithSpecial { type enumeration { enum a-z; enum ľaľaho; enum papľuhu; enum *; } } }
Modifier and Type | Interface and Description |
---|---|
static class |
OpendaylightMdsal309Data.ClassConflictCaps |
static class |
OpendaylightMdsal309Data.ClassConflictDash |
static class |
OpendaylightMdsal309Data.Simple |
static class |
OpendaylightMdsal309Data.SimpleWithSpecial |
static class |
OpendaylightMdsal309Data.SpecialCharAsterisk |
static class |
OpendaylightMdsal309Data.SpecialCharDot |
static class |
OpendaylightMdsal309Data.SpecialCharQuestionMark |
static class |
OpendaylightMdsal309Data.SpecialCharSpace |
Modifier and Type | Method and Description |
---|---|
@Nullable OpendaylightMdsal309Data.ClassConflictCaps |
getClassConflictCaps() |
@Nullable OpendaylightMdsal309Data.ClassConflictDash |
getClassConflictDash() |
@Nullable OpendaylightMdsal309Data.Simple |
getSimple() |
@Nullable OpendaylightMdsal309Data.SimpleWithSpecial |
getSimpleWithSpecial() |
@Nullable OpendaylightMdsal309Data.SpecialCharAsterisk |
getSpecialCharAsterisk() |
@Nullable OpendaylightMdsal309Data.SpecialCharDot |
getSpecialCharDot() |
@Nullable OpendaylightMdsal309Data.SpecialCharQuestionMark |
getSpecialCharQuestionMark() |
@Nullable OpendaylightMdsal309Data.SpecialCharSpace |
getSpecialCharSpace() |
@Nullable OpendaylightMdsal309Data.Simple getSimple()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal309.norev.OpendaylightMdsal309Data.Simple
simple
, or null
if not present@Nullable OpendaylightMdsal309Data.ClassConflictDash getClassConflictDash()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal309.norev.OpendaylightMdsal309Data.ClassConflictDash
classConflictDash
, or null
if not present@Nullable OpendaylightMdsal309Data.ClassConflictCaps getClassConflictCaps()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal309.norev.OpendaylightMdsal309Data.ClassConflictCaps
classConflictCaps
, or null
if not present@Nullable OpendaylightMdsal309Data.SpecialCharAsterisk getSpecialCharAsterisk()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal309.norev.OpendaylightMdsal309Data.SpecialCharAsterisk
specialCharAsterisk
, or null
if not present@Nullable OpendaylightMdsal309Data.SpecialCharDot getSpecialCharDot()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal309.norev.OpendaylightMdsal309Data.SpecialCharDot
specialCharDot
, or null
if not present@Nullable OpendaylightMdsal309Data.SpecialCharQuestionMark getSpecialCharQuestionMark()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal309.norev.OpendaylightMdsal309Data.SpecialCharQuestionMark
specialCharQuestionMark
, or null
if not present@Nullable OpendaylightMdsal309Data.SpecialCharSpace getSpecialCharSpace()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal309.norev.OpendaylightMdsal309Data.SpecialCharSpace
specialCharSpace
, or null
if not present@Nullable OpendaylightMdsal309Data.SimpleWithSpecial getSimpleWithSpecial()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal309.norev.OpendaylightMdsal309Data.SimpleWithSpecial
simpleWithSpecial
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.