Enum Class OrganizationDefinition
java.lang.Object
java.lang.Enum<OrganizationDefinition>
org.odpi.openmetadata.samples.archiveutilities.organization.OrganizationDefinition
- All Implemented Interfaces:
Serializable
,Comparable<OrganizationDefinition>
,Constable
The OrganizationDefinition is used to feed the definition of the organizations 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 ConstantsEnum ConstantDescriptionAbbots Grove HospitalAlexandra HospitalOld Market HospitalBletchley Mission HospitalBowden Arrow HospitalBushy Mead HospitalCleveland Way HospitalCoco Pharmaceuticals LtdEagle House HospitalFerdinand HospitalAccounting Services Cloud ProviderHampton HospitalLorne House HospitalOak Dene HospitalOld Market HospitalPortmand ClinicSales and Marketing Cloud ProviderSec Inc Consultancy ServicesShipley HospitalTravelPlanner Cloud ProviderXDC Partner IT Consultancy -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturn the description of the organization.Return the name of the organization.Return the type of organization to fill in the "teamType" property.Return the unique name of the organization entity.toString()
Output of this enum class and main value.static OrganizationDefinition
Returns the enum constant of this class with the specified name.static OrganizationDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COCO
Coco Pharmaceuticals Ltd -
HAMPTON
Hampton Hospital -
BOWDEN_ARROW
Bowden Arrow Hospital -
EAGLE_HOUSE_HOSPITAL
Eagle House Hospital -
CLEVELAND_WAY_HOSPITAL
Cleveland Way Hospital -
OAK_DENE_HOSPITAL
Oak Dene Hospital -
ABBOTS_GROVE_HOSPITAL
Abbots Grove Hospital -
SHIPLEY_HOSPITAL
Shipley Hospital -
BLETCHLEY_MISSION_HOSPITAL
Bletchley Mission Hospital -
BUSHY_MEAD_HOSPITAL
Bushy Mead Hospital -
BECKON_TREE_HOSPITAL
Old Market Hospital -
OLD_MARKET
Old Market Hospital -
FERDINAND_HOSPITAL
Ferdinand Hospital -
LORNE_HOUSE_HOSPITAL
Lorne House Hospital -
ALEXANDRA_HOSPITAL
Alexandra Hospital -
PORTMAND_CLINIC
Portmand Clinic -
XDC
XDC Partner IT Consultancy -
SEC_INC
Sec Inc Consultancy Services -
SALES_CP
Sales and Marketing Cloud Provider -
FINANCE_CP
Accounting Services Cloud Provider -
TRAVEL_CP
TravelPlanner Cloud Provider
-
-
Field Details
-
propertyName
- See Also:
-
-
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
Return the unique name of the organization entity.- Returns:
- name
-
getDisplayName
Return the name of the organization.- Returns:
- name
-
getDescription
Return the description of the organization.- Returns:
- text
-
getOrganizationType
Return the type of organization to fill in the "teamType" property.- Returns:
- enum
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<OrganizationDefinition>
- Returns:
- string showing enum value
-