Enum Class CocoCollectionDefinition
java.lang.Object
java.lang.Enum<CocoCollectionDefinition>
org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoCollectionDefinition
- All Implemented Interfaces:
Serializable,Comparable<CocoCollectionDefinition>,Constable
The CocoCollectionDefinition describes the different folders that are used to organize various definitions for
Coco Pharmaceutical's governance program
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionClinical Trial RegulationsFinancial RegulationsPharmaceutical Industry RegulationsPrivacy RegulationsSecurity RegulationsCorporate Regulation Library -
Method Summary
Modifier and TypeMethodDescriptionReturns an optional category for the collection.Returns the optional classification.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 CocoCollectionDefinitionReturns the enum constant of this class with the specified name.static CocoCollectionDefinition[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TOP_LEVEL
Corporate Regulation Library -
SECURITY_REGULATIONS
Security Regulations -
FINANCIAL_REGULATIONS
Financial Regulations -
PRIVACY_REGULATIONS
Privacy Regulations -
PHARMACEUTICAL_INDUSTRY_REGULATIONS
Pharmaceutical Industry Regulations -
CLINICAL_TRIAL_REGULATIONS
Clinical Trial Regulations
-
-
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
-
toString
String containing the definition values- Overrides:
toStringin classEnum<CocoCollectionDefinition>- Returns:
- printable string
-