Class AbstractIdentifiableSchemaContextProvider<T>
- java.lang.Object
-
- org.opendaylight.yangtools.yang.model.util.AbstractSchemaContextProvider
-
- org.opendaylight.yangtools.yang.model.util.AbstractIdentifiableSchemaContextProvider<T>
-
- All Implemented Interfaces:
Identifiable<T>
,SchemaContextProvider
@Beta @NonNullByDefault public abstract class AbstractIdentifiableSchemaContextProvider<T> extends AbstractSchemaContextProvider implements Identifiable<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractIdentifiableSchemaContextProvider(SchemaContext schemaContext, T identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getIdentifier()
Return this objects Identifier.-
Methods inherited from class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContextProvider
addToStringAttributes, getSchemaContext, toString
-
-
-
-
Constructor Detail
-
AbstractIdentifiableSchemaContextProvider
protected AbstractIdentifiableSchemaContextProvider(SchemaContext schemaContext, T identifier)
-
-
Method Detail
-
getIdentifier
public final T getIdentifier()
Description copied from interface:Identifiable
Return this objects Identifier.- Specified by:
getIdentifier
in interfaceIdentifiable<T>
- Returns:
- Object's identifier, must not be null.
-
-