Enum Class ContentCollectionDefinition
java.lang.Object
java.lang.Enum<ContentCollectionDefinition>
org.odpi.openmetadata.contentpacks.core.ContentCollectionDefinition
- All Implemented Interfaces:
Serializable,Comparable<ContentCollectionDefinition>,Constable
The ContentCollectionDefinition describes the different folders that are used to organize various definitions for
Egeria.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionContent Pack ContentsEgeria Design LibraryEgeria SolutionsEgeria Supply ChainsGovernance EnginesIntegration GroupsOpen ConnectorsOpen Connectors -
Method Summary
Modifier and TypeMethodDescriptionReturns an optional category for the collection.Returns the optional classification.Get identifier of content pack where this template should be located.Returns a detailed description of the contents of the collection.Returns a descriptive name of the collection.getGUID()Returns the unique identifier for the collection entity.Return the entry of the parent folder - null for top level.Returns the unique name for the collection entity.Returns the unique name for the collection type.toString()String containing the definition valuesstatic ContentCollectionDefinitionReturns the enum constant of this class with the specified name.static ContentCollectionDefinition[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EGERIA_DESIGN_LIBRARY
Egeria Design Library -
EGERIA_SOLUTIONS
Egeria Solutions -
EGERIA_SUPPLY_CHAINS
Egeria Supply Chains -
CONTENT_PACK_CONTENTS
Content Pack Contents -
INTEGRATION_GROUPS
Integration Groups -
GOVERNANCE_ENGINES
Governance Engines -
OPEN_CONNECTORS
Open Connectors -
LOVELACE_SERVICES
Open Connectors
-
-
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
Returns the unique identifier for the collection entity.- Returns:
- string
-
getQualifiedName
Returns the unique name for the collection entity.- Returns:
- qualified name
-
getTypeName
Returns the unique name for the collection type.- Returns:
- type name
-
getClassificationName
Returns the optional classification.- Returns:
- type name
-
getParent
Return the entry of the parent folder - null for top level.- Returns:
- enum
-
getDisplayName
Returns a descriptive name of the collection.- Returns:
- string
-
getDescription
Returns a detailed description of the contents of the collection.- Returns:
- string
-
getCategory
Returns an optional category for the collection.- Returns:
- string
-
getContentPackDefinition
Get identifier of content pack where this template should be located.- Returns:
- content pack definition
-
toString
String containing the definition values- Overrides:
toStringin classEnum<ContentCollectionDefinition>- Returns:
- printable string
-