Uses of Class
uk.org.ury.show.item.ShowItemProperty

Packages that use ShowItemProperty
uk.org.ury.show.item The show item class and related properties. 
 

Uses of ShowItemProperty in uk.org.ury.show.item
 

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

Constructor parameters in uk.org.ury.show.item with type arguments of type ShowItemProperty
ShowItem(java.util.Map<ShowItemProperty,java.lang.String> properties)
          Construct a new ShowItem.