Enum Class DigitalServiceVisibility

java.lang.Object
java.lang.Enum<DigitalServiceVisibility>
org.odpi.openmetadata.accessservices.dataprivacy.properties.DigitalServiceVisibility
All Implemented Interfaces:
Serializable, Comparable<DigitalServiceVisibility>, Constable

public enum DigitalServiceVisibility extends Enum<DigitalServiceVisibility> implements Serializable
DigitalServiceVisibility documents who can make use of a digital service.
  • UNCLASSIFIED_VISIBILITY - The digital service definition is a draft. Typically the initial description is being written up by the enterprise/data/solution architect in conjunction with the business owner.
  • EXTERNAL_SERVICE - The digital service is generally available to customers, business partners and integration brokers.
  • PARTNER_SERVICE - The digital service is provided by an external organization (business partner).
  • INTERNAL_SERVICE - The digital service is for internal use by employees.
  • OTHER - The digital service has a locally defined visibility.
  • Enum Constant Details

  • Method Details

    • values

      public static DigitalServiceVisibility[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DigitalServiceVisibility valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getOrdinal

      public int getOrdinal()
      Return the numeric representation of the instance provenance type.
      Returns:
      int ordinal
    • getName

      public String getName()
      Return the default name of the instance provenance type.
      Returns:
      String name
    • getDescription

      public String getDescription()
      Return the default description of the instance provenance type.
      Returns:
      String description
    • toString

      public String toString()
      toString() JSON-style
      Overrides:
      toString in class Enum<DigitalServiceVisibility>
      Returns:
      string description