Enum Class EgeriaRoleDefinition
java.lang.Object
java.lang.Enum<EgeriaRoleDefinition>
org.odpi.openmetadata.frameworks.openmetadata.definitions.EgeriaRoleDefinition
- All Implemented Interfaces:
Serializable
,Comparable<EgeriaRoleDefinition>
,Constable
,ActorDefinition
,ActorRoleDefinition
,ReferenceableDefinition
The OpenMetadataRoleDefinition is used to feed the definition of the actor roles that are used in many solutions.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionOpen Source Community developing the Egeria Software and related resources.A person or system maintaining and using open metadata.A person/system capable of writing python code. -
Field Summary
Fields inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
EGERIA_VERSION_IDENTIFIER
-
Method Summary
Modifier and TypeMethodDescriptionReturns a detailed description of the role.Returns a descriptive name of the role.getGUID()
Return the name of the PersonRole type to use.Returns the unique name for the role.getScope()
Returns scope of the role.Return the type nametoString()
Output of this enum class and main value.static EgeriaRoleDefinition
Returns the enum constant of this class with the specified name.static EgeriaRoleDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
Methods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
getParentCollection, getQualifiedName, getVersionIdentifier, isTemplate
-
Enum Constant Details
-
EGERIA_COMMUNITY
Open Source Community developing the Egeria Software and related resources. -
OPEN_METADATA_USER
A person or system maintaining and using open metadata. -
PYTHON_PROGRAMMER
A person/system capable of writing python code.
-
-
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
-
getGUID
Return the name of the PersonRole type to use.- Specified by:
getGUID
in interfaceReferenceableDefinition
- Returns:
- type name
-
getTypeName
Return the type name- Specified by:
getTypeName
in interfaceActorDefinition
- Specified by:
getTypeName
in interfaceActorRoleDefinition
- Specified by:
getTypeName
in interfaceReferenceableDefinition
- Returns:
- string
-
getScope
Returns scope of the role.- Specified by:
getScope
in interfaceActorRoleDefinition
- Returns:
- description
-
getIdentifier
Returns the unique name for the role.- Specified by:
getIdentifier
in interfaceReferenceableDefinition
- Returns:
- identifier
-
getDisplayName
Returns a descriptive name of the role.- Specified by:
getDisplayName
in interfaceReferenceableDefinition
- Returns:
- display name
-
getDescription
Returns a detailed description of the role.- Specified by:
getDescription
in interfaceReferenceableDefinition
- Returns:
- description
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<EgeriaRoleDefinition>
- Returns:
- string showing enum value
-