Interface YinSourceRepresentation
- All Superinterfaces:
Immutable
,SourceRepresentation
- All Known Subinterfaces:
YinXmlSource
- All Known Implementing Classes:
DelegatedYinTextSource
,FileYinTextSource
,URLYinTextSource
,YinDomSource
,YinTextSource
A YIN
SourceRepresentation
.-
Method Summary
Modifier and TypeMethodDescriptionClass
<? extends YinSourceRepresentation> getType()
Return the concrete representation type.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.source.SourceRepresentation
sourceId, symbolicName
-
Method Details
-
getType
Class<? extends YinSourceRepresentation> getType()Description copied from interface:SourceRepresentation
Return the concrete representation type.- Specified by:
getType
in interfaceSourceRepresentation
- Returns:
- The type of representation.
-