Interface YinSchemaSourceRepresentation
- All Superinterfaces:
Identifiable<SourceIdentifier>
,Immutable
,SchemaSourceRepresentation
- All Known Subinterfaces:
YinXmlSchemaSource
- All Known Implementing Classes:
YinDomSchemaSource
,YinTextSchemaSource
A YIN
SchemaSourceRepresentation
.-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends YinSchemaSourceRepresentation>
getType()
Return the concrete representation type.Methods inherited from interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation
getIdentifier, getSymbolicName
-
Method Details
-
getType
Class<? extends YinSchemaSourceRepresentation> getType()Description copied from interface:SchemaSourceRepresentation
Return the concrete representation type.- Specified by:
getType
in interfaceSchemaSourceRepresentation
- Returns:
- The type of representation.
-