Enum Class PersonDefinition
java.lang.Object
java.lang.Enum<PersonDefinition>
org.odpi.openmetadata.samples.archiveutilities.organization.PersonDefinition
- All Implemented Interfaces:
Serializable
,Comparable<PersonDefinition>
,Constable
The PersonDefinition is used to feed the definition of the Actors that work for/with Coco Pharmaceuticals. It is used to bootstrap
multiple Coco Pharmaceuticals demos.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionMiss Angela CummingsMr Bob NitterDr Callie R QuartileMr Desmond SignaDr Erin OverviewMrs Faith Charity Jean BrokerMr Gary GeekeMr Grant Harold AbleMr Harold Percival HopefulMr Ivor PadlockMr Julian KeeperMrs Julie StitchedMr Lemmie StageMrs Nancy NoahMr Robbert RecordsMr Peter ProfileMs Polly TaskerMr Reginald Sidney MintMr Robbert RecordsMrs Sally CounterMr Sidney SeekerDr Steven James StarterDr Stew FasterMrs Tanya TidieDr Terri DaringDr Tessa TubeDr Thomas TallyDr Zachary P Now -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
getTitle()
toString()
Output of this enum class and main value.static PersonDefinition
Returns the enum constant of this class with the specified name.static PersonDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ZACH_NOW
Dr Zachary P Now -
STEVE_STARTER
Dr Steven James Starter -
TERRI_DARING
Dr Terri Daring -
REGGIE_MINT
Mr Reginald Sidney Mint -
TOM_TALLY
Dr Thomas Tally -
SALLY_COUNTER
Mrs Sally Counter -
HARRY_HOPEFUL
Mr Harold Percival Hopeful -
JULES_KEEPER
Mr Julian Keeper -
FAITH_BROKER
Mrs Faith Charity Jean Broker -
IVOR_PADLOCK
Mr Ivor Padlock -
GARY_GEEKE
Mr Gary Geeke -
ERIN_OVERVIEW
Dr Erin Overview -
PETER_PROFILE
Mr Peter Profile -
POLLY_TASKER
Ms Polly Tasker -
BOB_NITTER
Mr Bob Nitter -
LEMMIE_STAGE
Mr Lemmie Stage -
STEW_FASTER
Dr Stew Faster -
TESSA_TUBE
Dr Tessa Tube -
CALLIE_QUARTILE
Dr Callie R Quartile -
TANYA_TIDIE
Mrs Tanya Tidie -
GRANT_ABLE
Mr Grant Harold Able -
JULIE_STITCHED
Mrs Julie Stitched -
ROBBIE_RECORDS
Mr Robbert Records -
ANGELA_CUMMINGS
Miss Angela Cummings -
NELLIE_DUNN
Mr Robbert Records -
SIDNEY_SEEKER
Mr Sidney Seeker -
DES_SIGNA
Mr Desmond Signa -
NANCY_NOAH
Mrs Nancy Noah
-
-
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
-
getDisplayName
-
getPronouns
-
getOrganization
-
getTitle
-
getGivenNames
-
getInitials
-
getSurname
-
getFullName
-
getEmployeeNumber
-
getCountryCode
-
getEmployeeType
-
getJobTitle
-
getJobLevel
-
getUserId
-
getDistinguishedName
-
getEmail
-
getWorkLocation
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<PersonDefinition>
- Returns:
- string showing enum value
-