Uses of Class
org.kite9.java.examples.library.BookState

Packages that use BookState
org.kite9.java.examples.library   
 

Uses of BookState in org.kite9.java.examples.library
 

Methods in org.kite9.java.examples.library that return BookState
 BookState Book.getState()
           
static BookState BookState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BookState[] BookState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kite9.java.examples.library with parameters of type BookState
 void Book.setState(BookState state)
           
 



Copyright © 2011. All Rights Reserved.