Enum Class FacilityDefinition
java.lang.Object
java.lang.Enum<FacilityDefinition>
org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
- All Implemented Interfaces:
Serializable
,Comparable<FacilityDefinition>
,Constable
The FacilityDefinition is used to feed the location definitions for the sites and facilities that Coco Pharmaceuticals operates. It is used by
Coco Pharmaceuticals' sustainability program. It links to the valid values for the major sites (WorkLocations).
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAmsterdam Data CentreAmsterdam Distribution CentreVan Leeuwenhoek Cancer Research LaboratoryAmsterdam OfficeAmsterdam SiteAustin Data CenterAustin FactoryAustin OfficeAustin SiteFinMagicCustomer Sales and Invoicing Cloud ServicesBeThere Travel and ExpensesEdmonton Distribution CenterEdmonton Manufacturing CenterEdmonton OfficeEdmonton SiteHampton HospitalKansas City Distribution CenterKansas City OfficeKansas City SiteLondon Data CentreNightingale Cancer Research LaboratoryLondon OfficeLondon SiteNew York Data CenterSalk Cancer Research LaboratoryNew York OfficeNew York SiteOak Dene HospitalOld Market HospitalUK and EU Manufacturing Data Centre.Winchester Distribution CenterRosalind Franklin FactoryUK and EU Manufacturing Office.Winchester Site -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Output of this enum class and main value.static FacilityDefinition
Returns the enum constant of this class with the specified name.static FacilityDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AMSTERDAM_SITE
Amsterdam Site -
AMSTERDAM_LAB
Van Leeuwenhoek Cancer Research Laboratory -
AMSTERDAM_OFFICE
Amsterdam Office -
AMSTERDAM_DC
Amsterdam Data Centre -
AMSTERDAM_DEPOT
Amsterdam Distribution Centre -
LONDON_SITE
London Site -
LONDON_LAB
Nightingale Cancer Research Laboratory -
LONDON_OFFICE
London Office -
LONDON_DC
London Data Centre -
NEW_YORK_SITE
New York Site -
NEW_YORK_LAB
Salk Cancer Research Laboratory -
NEW_YORK_OFFICE
New York Office -
NEW_YORK_DC
New York Data Center -
WINCHESTER_SITE
Winchester Site -
WINCHESTER_FACTORY
Rosalind Franklin Factory -
WINCHESTER_OFFICE
UK and EU Manufacturing Office. -
WINCHESTER_DC
UK and EU Manufacturing Data Centre. -
WINCHESTER_DEPOT
Winchester Distribution Center -
KANSAS_CITY_SITE
Kansas City Site -
KANSAS_CITY_OFFICE
Kansas City Office -
KANSAS_CITY_DEPOT
Kansas City Distribution Center -
EDMONTON_SITE
Edmonton Site -
EDMONTON_OFFICE
Edmonton Office -
EDMONTON_FACTORY
Edmonton Manufacturing Center -
EDMONTON_DEPOT
Edmonton Distribution Center -
AUSTIN_SITE
Austin Site -
AUSTIN_FACTORY
Austin Factory -
AUSTIN_OFFICE
Austin Office -
AUSTIN_DC
Austin Data Center -
HAMPTON_HOSPITAL
Hampton Hospital -
OAK_DENE_HOSPITAL
Oak Dene Hospital -
OLD_MARKET_HOSPITAL
Old Market Hospital -
CLOUD_PROVIDER_SALES
Customer Sales and Invoicing Cloud Services -
CLOUD_PROVIDER_FINANCE
FinMagic -
CLOUD_PROVIDER_TRAVEL
BeThere Travel and Expenses
-
-
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
-
getFacilityType
-
getParentSite
-
getAssociatedWorkLocation
-
getFacilityLeaderRole
-
getFacilityLeader
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<FacilityDefinition>
- Returns:
- string showing enum value
-