org.outerj.daisy.books.store
Class BookAclActionType

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

public final class BookAclActionType
extends java.lang.Object


Field Summary
static BookAclActionType DENY
           
static BookAclActionType GRANT
           
static BookAclActionType NOTHING
           
 
Method Summary
static BookAclActionType 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

GRANT

public static final BookAclActionType GRANT

DENY

public static final BookAclActionType DENY

NOTHING

public static final BookAclActionType NOTHING
Method Detail

toString

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

fromString

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


Copyright © -2006 . All Rights Reserved.