Class Role

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Role AUTHOR
      Party who authored the resource.
      static Role CUSTODIAN
      Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource.
      static Role DISTRIBUTOR
      Party who distributes the resource.
      static Role ORIGINATOR
      Party who created the resource.
      static Role OWNER
      Party that owns the resource.
      static Role POINT_OF_CONTACT
      Party who can be contacted for acquiring knowledge about or acquisition of the resource.
      static Role PRINCIPAL_INVESTIGATOR
      Key party responsible for gathering information and conducting research.
      static Role PROCESSOR
      Party who has processed the data in a manner such that the resource has been modified.
      static Role PUBLISHER
      Party who published the resource.
      static Role RESOURCE_PROVIDER
      Party that supplies the resource.
      private static long serialVersionUID
      Serial number for compatibility with different versions.
      static Role USER
      Party who uses the resource.
      private static java.util.List<Role> VALUES
      List of all enumerations of this type.
    • Constructor Summary

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