Interface YangSourceRepresentation
- All Superinterfaces:
Immutable
,SourceRepresentation
- All Known Implementing Classes:
StringYangTextSource
,YangIRSchemaSource
,YangTextSource
A YANG
SourceRepresentation
.-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends YangSourceRepresentation>
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 YangSourceRepresentation> getType()Description copied from interface:SourceRepresentation
Return the concrete representation type.- Specified by:
getType
in interfaceSourceRepresentation
- Returns:
- The type of representation.
-