Interface YangSchemaSourceRepresentation
- All Superinterfaces:
Identifiable<SourceIdentifier>
,Immutable
,SchemaSourceRepresentation
- All Known Implementing Classes:
StringYangTextSchemaSource
,YangIRSchemaSource
,YangTextSchemaSource
A YANG
SchemaSourceRepresentation
.-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends YangSchemaSourceRepresentation>
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 YangSchemaSourceRepresentation> getType()Description copied from interface:SchemaSourceRepresentation
Return the concrete representation type.- Specified by:
getType
in interfaceSchemaSourceRepresentation
- Returns:
- The type of representation.
-