Enum Class DigitalServiceVisibility
java.lang.Object
java.lang.Enum<DigitalServiceVisibility>
org.odpi.openmetadata.accessservices.dataprivacy.properties.DigitalServiceVisibility
- All Implemented Interfaces:
Serializable
,Comparable<DigitalServiceVisibility>
,Constable
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturn the default description of the instance provenance type.getName()
Return the default name of the instance provenance type.int
Return the numeric representation of the instance provenance type.toString()
toString() JSON-stylestatic DigitalServiceVisibility
Returns the enum constant of this class with the specified name.static DigitalServiceVisibility[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNCLASSIFIED_VISIBILITY
-
EXTERNAL_SERVICE
-
PARTNER_SERVICE
-
INTERNAL_SERVICE
-
OTHER
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getOrdinal
public int getOrdinal()Return the numeric representation of the instance provenance type.- Returns:
- int ordinal
-
getName
Return the default name of the instance provenance type.- Returns:
- String name
-
getDescription
Return the default description of the instance provenance type.- Returns:
- String description
-
toString
toString() JSON-style- Overrides:
toString
in classEnum<DigitalServiceVisibility>
- Returns:
- string description
-