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

Packages that use LibraryItemProperty
uk.org.ury.library.item   
 

Uses of LibraryItemProperty in uk.org.ury.library.item
 

Methods in uk.org.ury.library.item that return LibraryItemProperty
static LibraryItemProperty LibraryItemProperty.getFromSQL(java.lang.String string)
          Retrieve a LibraryItemProperty given its SQL identifier.
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.item with type arguments of type LibraryItemProperty
LibraryItem(java.util.Map<LibraryItemProperty,java.lang.String> properties)