Enum Class CollectionType
- All Implemented Interfaces:
Serializable
,Comparable<CollectionType>
,Constable
CollectionType lists suggested collection type values. These are in addition to the classifications associated with a collection.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionA collection of guided activities either suggested, or taken, to complete a project.A folder in the digital product catalog used to group similar products together.The root of a folder hierarchy that describes an asset catalog.A set of guided tasks to enable a new data-oriented use case.A collection of data field descriptions that characterize a data asset needed by the project.A folder in the digital product catalog used to group similar products together.The assets and related material that make up a digital product offering.The root of a folder hierarchy that describes a product catalog.List of governance domain identifiers. -
Method Summary
Modifier and TypeMethodDescriptionReturn the category for this value.Return the description for this value.getName()
Return the name of the value.Return the qualified name for this value.toString()
Output of this enum class and main value.static CollectionType
Returns the enum constant of this class with the specified name.static CollectionType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GOVERNANCE_DOMAIN_SET
List of governance domain identifiers. -
DATA_JOURNEY
A set of guided tasks to enable a new data-oriented use case. -
ACTIVITY_FOLDER
A collection of guided activities either suggested, or taken, to complete a project. -
DATA_SPEC
A collection of data field descriptions that characterize a data asset needed by the project. -
DIGITAL_PRODUCT_CONTENT
The assets and related material that make up a digital product offering. -
DIGITAL_PRODUCT_MARKETPLACE
The root of a folder hierarchy that describes a product catalog. -
DIGITAL_PRODUCT_CATEGORY
A folder in the digital product catalog used to group similar products together. -
ASSET_CATALOG_ROOT
The root of a folder hierarchy that describes an asset catalog. -
ASSET_CATALOG_CATEGORY
A folder in the digital product catalog used to group similar products together.
-
-
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
-
getName
Return the name of the value.- Returns:
- string
-
getDescription
Return the description for this value.- Returns:
- string
-
getQualifiedName
Return the qualified name for this value.- Returns:
- string
-
getCategory
Return the category for this value.- Returns:
- string
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<CollectionType>
- Returns:
- string showing enum value
-