@Beta @NonNullByDefault public abstract class AbstractIdentifiableSchemaContextProvider<T> extends AbstractSchemaContextProvider implements Identifiable<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractIdentifiableSchemaContextProvider(SchemaContext schemaContext,
T identifier) |
Modifier and Type | Method and Description |
---|---|
T |
getIdentifier()
Return this objects Identifier.
|
addToStringAttributes, getSchemaContext, toString
protected AbstractIdentifiableSchemaContextProvider(SchemaContext schemaContext, T identifier)
public final T getIdentifier()
Identifiable
getIdentifier
in interface Identifiable<T>
Copyright © 2020 OpenDaylight. All rights reserved.