Uses of Class
uk.org.ury.library.LibraryItemProperty

Packages that use LibraryItemProperty
uk.org.ury.library   
 

Uses of LibraryItemProperty in uk.org.ury.library
 

Methods in uk.org.ury.library that return LibraryItemProperty
static LibraryItemProperty LibraryItemProperty.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LibraryItemProperty[] LibraryItemProperty.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructor parameters in uk.org.ury.library with type arguments of type LibraryItemProperty
LibraryItem(java.util.Map<LibraryItemProperty,java.lang.String> properties)