Class LibraryProperty


  • public class LibraryProperty
    extends java.lang.Object
    Represents a custom property of an item in the Library.
    Since:
    5.5
    • Constructor Summary

      Constructors 
      Constructor Description
      LibraryProperty()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Returns the key of the property.
      java.util.Set<java.lang.String> getValues()
      Returns the values of the property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LibraryProperty

        public LibraryProperty()
        Creates a new instance.
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Returns the key of the property.
        Returns:
        the key of the property
      • getValues

        public java.util.Set<java.lang.String> getValues()
        Returns the values of the property.
        Returns:
        the values of the property