Interface YangSchemaSourceRepresentation
-
- All Superinterfaces:
Identifiable<SourceIdentifier>
,Immutable
,MutationBehaviour<Immutable>
,SchemaSourceRepresentation
- All Known Implementing Classes:
YangTextSchemaSource
public interface YangSchemaSourceRepresentation extends SchemaSourceRepresentation
A YANGSchemaSourceRepresentation
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends YangSchemaSourceRepresentation>
getType()
Return the concrete representation type.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation
getIdentifier, getSymbolicName
-
-
-
-
Method Detail
-
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.
-
-