Enum Class SubjectAreaSampleDefinitions
java.lang.Object
java.lang.Enum<SubjectAreaSampleDefinitions>
org.odpi.openmetadata.accessservices.governanceprogram.samples.subjectareas.SubjectAreaSampleDefinitions
- All Implemented Interfaces:
Serializable
,Comparable<SubjectAreaSampleDefinitions>
,Constable
The SubjectAreaSampleDefinitions is used to feed the definition of the subject areas for Coco Pharmaceuticals.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a detailed description of the assets within the zone.Returns a descriptive name of the zone.int
Return the identifier of the domain that this subject area belongs - 0 means all domainsReturn the name of the parent subject area - null for top level.getScope()
Returns a description of the organizational scope for the use of this subject area.Returns the unique name for the zone.getUsage()
Get the typical usage of the subject area.toString()
String containing the definition valuesstatic SubjectAreaSampleDefinitions
Returns the enum constant of this class with the specified name.static SubjectAreaSampleDefinitions[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ORGANIZATION
-
HOSPITAL
-
SUPPLIER
-
PERSON
-
PATIENT
-
CLINICIAN
-
EMPLOYEE
-
COLLABORATOR
-
CLINICAL
-
SYMPTOM
-
MEASUREMENT
-
PRESCRIPTION
-
OUTCOME
-
TREATMENT
-
PRODUCT
-
ORDER
-
RECIPE
-
SERVICE_QUALITY
-
CONTRACT
-
STOCK
-
DISTRIBUTION
-
INVOICE
-
-
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
-
getSubjectAreaName
Returns the unique name for the zone.- Returns:
- qualified name
-
getParentName
Return the name of the parent subject area - null for top level.- Returns:
- parent subject area name.
-
getDisplayName
Returns a descriptive name of the zone.- Returns:
- display name
-
getDescription
Returns a detailed description of the assets within the zone.- Returns:
- description
-
getScope
Returns a description of the organizational scope for the use of this subject area.- Returns:
- scope
-
getUsage
Get the typical usage of the subject area.- Returns:
- text
-
getDomain
public int getDomain()Return the identifier of the domain that this subject area belongs - 0 means all domains- Returns:
- domain identifier
-
toString
String containing the definition values- Overrides:
toString
in classEnum<SubjectAreaSampleDefinitions>
- Returns:
- printable string
-