Uses of Class
org.apache.jackrabbit.uuid.UUID

Packages that use UUID
org.apache.jackrabbit.core.value   
org.apache.jackrabbit.uuid  
 

Uses of UUID in org.apache.jackrabbit.core.value
 

Methods in org.apache.jackrabbit.core.value with parameters of type UUID
static InternalValue InternalValue.create(UUID value)
           
 

Uses of UUID in org.apache.jackrabbit.uuid
 

Methods in org.apache.jackrabbit.uuid that return UUID
static UUID UUID.fromString(String uuidString)
          Parses a string for a UUID.
static UUID UUID.randomUUID()
          XXX begin modification by stefan@apache.org
 

Constructors in org.apache.jackrabbit.uuid with parameters of type UUID
UUID(UUID copyFrom)
          Copy constructor.
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.