Class AbstractStringIdentifier<T extends AbstractStringIdentifier<T>>

java.lang.Object
org.opendaylight.yangtools.util.AbstractIdentifier<String>
org.opendaylight.yangtools.util.AbstractStringIdentifier<T>
All Implemented Interfaces:
Serializable, Comparable<T>, Identifier, Immutable

public abstract class AbstractStringIdentifier<T extends AbstractStringIdentifier<T>> extends AbstractIdentifier<String> implements Comparable<T>
Utility Identifier backed by a UUID.
See Also: