Class Restriction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Restriction COPYRIGHT
      Exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor.
      static Restriction INTELLECTUAL_PROPERTY_RIGHTS
      Rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity.
      static Restriction LICENSE
      Formal permission to do something.
      static Restriction OTHER_RESTRICTIONS
      Limitation not listed.
      static Restriction PATENT
      Government has granted exclusive right to make, sell, use or license an invention or discovery.
      static Restriction PATENT_PENDING
      Produced or sold information awaiting a patent.
      static Restriction RESTRICTED
      Withheld from general circulation or disclosure.
      private static long serialVersionUID
      Serial number for compatibility with different versions.
      static Restriction TRADEMARK
      A name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer.
      private static java.util.List<Restriction> VALUES
      List of all enumerations of this type.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Restriction​(java.lang.String name)
      Constructs an enum with the given name.