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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum 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 SummaryModifier and TypeMethodDescriptiontoString()Output of this enum class and main value.static BusinessAreaDefinitionReturns 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- 
RESEARCHScientific exploration, discovery and validation of new treatments for cancer.
- 
CLINICAL_TRIALSFormal validation of new treatments for cancer with patients.
- 
FINANCEManagement of cash flow and financial health of Coco Pharmaceuticals.
- 
HRManagement of people, their skills and well-being for Coco Pharmaceuticals.
- 
ITProvision of computing services for Coco Pharmaceuticals.
- 
MANUFACTURINGProduction of Coco Pharmaceuticals' products.
- 
DISTRIBUTIONWarehouse management and distribution of Coco Pharmaceuticals' products to customers.
- 
SALESManaging customer relationships in order to sell them appropriate Coco Pharmaceuticals' products.
- 
GOVERNANCEManagement of how Coco Pharmaceuticals operates, balancing business strategy and profits against ethics, legal requirements and regulations.
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
getQualifiedName
- 
getIdentifier
- 
getDisplayName
- 
getDescription
- 
toStringOutput of this enum class and main value.- Overrides:
- toStringin class- Enum<BusinessAreaDefinition>
- Returns:
- string showing enum value
 
 
-