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 ConstantDescriptionCoco Pharmaceuticals LtdAccounting Services Cloud ProviderHampton HospitalOak Dene HospitalOld Market HospitalSales and Marketing Cloud ProviderSec Inc Consultancy ServicesTravelPlanner Cloud ProviderXDC Partner IT Consultancy -
Field Summary
-
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 -
OAK_DENE
Oak Dene Hospital -
OLD_MARKET
Old Market Hospital -
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
-