T
- Identifier class, must conform to API contract outlined by Identifier
, even if it does not
implement it.public interface Identifiable<T>
Identifier
, but this is not enforced in this API's
design, as there are external classes, such as String
, which comply to the contract without implementing it.Modifier and Type | Method and Description |
---|---|
T |
getIdentifier()
Return this objects Identifier.
|
T getIdentifier()
Copyright © 2020 OpenDaylight. All rights reserved.