Enum Class SurveyActionTarget
java.lang.Object
java.lang.Enum<SurveyActionTarget>
org.odpi.openmetadata.frameworks.surveyaction.controls.SurveyActionTarget
- All Implemented Interfaces:
Serializable
,Comparable<SurveyActionTarget>
,Constable
SurveyActionTarget provides some standard action type names to use in the implementation of survey action services.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe person who can be contacted if there are problems with the data from this hospital.The survey report created by a survey action service.To Do element created for the steward. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn an action target type for use in the governance action service's provider.static List<ActionTargetType>
Return all the action targets defined in this enum.Return the preferred value of the deployed implementation type of the element that is linked to for this type of action target.Return the description of the action target.getName()
Return the name of the action target.static List<ActionTargetType>
Return all the action targets defined in this enum.static List<ActionTargetType>
Return all the action targets defined in this enum.static List<ActionTargetType>
Return all the action targets defined in this enum.Return the type name of the element that is linked to for this type of action target.toString()
JSON-style toStringstatic SurveyActionTarget
Returns the enum constant of this class with the specified name.static SurveyActionTarget[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SURVEY_REPORT
The survey report created by a survey action service. -
STEWARD
The person who can be contacted if there are problems with the data from this hospital. -
TO_DO_ELEMENT
To Do element created for the steward.
-
-
Field Details
-
name
Action target name -
description
Description of the action target. -
typeName
The open metadata type name of the element that can be this type of action target.
-
-
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
-
getStewardshipReviewActionTargetTypes
Return all the action targets defined in this enum.- Returns:
- list
-
getStewardshipHandoverActionTargetTypes
Return all the action targets defined in this enum.- Returns:
- list
-
getReportActionTargetTypes
Return all the action targets defined in this enum.- Returns:
- list
-
getActionTargetTypes
Return all the action targets defined in this enum.- Returns:
- list
-
getActionTargetType
Return an action target type for use in the governance action service's provider.- Returns:
- action target type
-
getName
Return the name of the action target.- Returns:
- string name
-
getDescription
Return the description of the action target.- Returns:
- string description
-
getTypeName
Return the type name of the element that is linked to for this type of action target.- Returns:
- type name
-
getDeployedImplementationType
Return the preferred value of the deployed implementation type of the element that is linked to for this type of action target. This is typically only set for assets.- Returns:
- preferred value string
-
toString
JSON-style toString- Overrides:
toString
in classEnum<SurveyActionTarget>
- Returns:
- return string containing the property names and values
-