Enum Class BusinessAreaDefinition
java.lang.Object
java.lang.Enum<BusinessAreaDefinition>
org.odpi.openmetadata.samples.archiveutilities.organization.BusinessAreaDefinition
- All Implemented Interfaces:
Serializable
,Comparable<BusinessAreaDefinition>
,Constable
The BusinessAreaDefinition is used to feed the definition of the organization's business areas (which are types of business capabilities)
for Coco Pharmaceuticals scenarios.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionFormal validation of new treatments for cancer with patients.Warehouse management and distribution of Coco Pharmaceuticals' products to customers.Management of cash flow and financial health of Coco Pharmaceuticals.Management of how Coco Pharmaceuticals operates, balancing business strategy and profits against ethics, legal requirements and regulations.Management of people, their skills and well-being for Coco Pharmaceuticals.Provision of computing services for Coco Pharmaceuticals.Production of Coco Pharmaceuticals' products.Scientific exploration, discovery and validation of new treatments for cancer.Managing customer relationships in order to sell them appropriate Coco Pharmaceuticals' products. -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Output of this enum class and main value.static BusinessAreaDefinition
Returns the enum constant of this class with the specified name.static BusinessAreaDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RESEARCH
Scientific exploration, discovery and validation of new treatments for cancer. -
CLINICAL_TRIALS
Formal validation of new treatments for cancer with patients. -
FINANCE
Management of cash flow and financial health of Coco Pharmaceuticals. -
HR
Management of people, their skills and well-being for Coco Pharmaceuticals. -
IT
Provision of computing services for Coco Pharmaceuticals. -
MANUFACTURING
Production of Coco Pharmaceuticals' products. -
DISTRIBUTION
Warehouse management and distribution of Coco Pharmaceuticals' products to customers. -
SALES
Managing customer relationships in order to sell them appropriate Coco Pharmaceuticals' products. -
GOVERNANCE
Management of how Coco Pharmaceuticals operates, balancing business strategy and profits against ethics, legal requirements and regulations.
-
-
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
-
getQualifiedName
-
getIdentifier
-
getDisplayName
-
getDescription
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<BusinessAreaDefinition>
- Returns:
- string showing enum value
-