public interface ExtensionDefinition extends SchemaNode
extensoion
statement.DocumentedNode.WithStatus
Modifier and Type | Method and Description |
---|---|
String |
getArgument()
Returns the
String that is the name of argument to the
Keyword. |
boolean |
isYinElement()
This statement indicates if the argument is mapped to an XML element in
YIN or to an XML attribute.
By contract if implementation of ExtensionDefinition does not specify the yin-element statement the return value is by default set to false |
getPath, getQName
getStatus
getDescription, getReference, getUnknownSchemaNodes
String getArgument()
String
that is the name of argument to the
Keyword. If no argument statement is present the method will return
null
String
that is the name of argument to the
Keyword. If no argument statement is present the method will
return null
boolean isYinElement()
false
For more specific definition please look into [RFC-6020] The yin-element Statement
true
if the argument is mapped to an XML element in
YIN or returns false
if the argument is mapped to an
XML attribute.Copyright © 2020 OpenDaylight. All rights reserved.