org.outerj.daisy.books.store
Class BookAclSubjectType

java.lang.Object
  extended by org.outerj.daisy.books.store.BookAclSubjectType

public final class BookAclSubjectType
extends java.lang.Object


Field Summary
static BookAclSubjectType EVERYONE
           
static BookAclSubjectType ROLE
           
static BookAclSubjectType USER
           
 
Method Summary
static BookAclSubjectType fromString(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

USER

public static final BookAclSubjectType USER

ROLE

public static final BookAclSubjectType ROLE

EVERYONE

public static final BookAclSubjectType EVERYONE
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

fromString

public static BookAclSubjectType fromString(java.lang.String value)


Copyright © -2006 . All Rights Reserved.