org.apache.directory.mitosis.common
Interface UUID

All Superinterfaces:
java.lang.Comparable, java.io.Serializable
All Known Implementing Classes:
SimpleUUID

public interface UUID
extends java.io.Serializable, java.lang.Comparable

Represents UUID (Unversally Unique IDentifier).


Method Summary
 java.lang.String toOctetString()
          Returns octet-string representation of this UUID.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

toOctetString

java.lang.String toOctetString()
Returns octet-string representation of this UUID.