Enum Class DataStoreDefinition
java.lang.Object
java.lang.Enum<DataStoreDefinition>
org.odpi.openmetadata.samples.archiveutilities.businesssystems.DataStoreDefinition
- All Implemented Interfaces:
Serializable
,Comparable<DataStoreDefinition>
,Constable
The DataStoreDefinition is used to feed the definition of the organization's data stores for Coco Pharmaceuticals scenarios.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDGG-ODS-01 - Central operational data store feeding the accounts/ledgers. -
Method Summary
Modifier and TypeMethodDescriptionReturn the deployed identifier for this data store.Return the description of this system.long
Return the time offset to set up the creation time.Return the manufactured qualified name.Return the userId used by this server.Return the version of the data store.getZones()
Return the list of zones that this server belongs to.toString()
Output of this enum class and main value.static DataStoreDefinition
Returns the enum constant of this class with the specified name.static DataStoreDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ODS
DGG-ODS-01 - Central operational data store feeding the accounts/ledgers.
-
-
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
Return the manufactured qualified name.- Returns:
- string
-
getDataStoreId
Return the deployed identifier for this data store.- Returns:
- string
-
getDescription
Return the description of this system.- Returns:
- string
-
getTypeName
Return the userId used by this server.- Returns:
- string
-
getZones
Return the list of zones that this server belongs to.- Returns:
- list of strings
-
getVersionIdentifier
Return the version of the data store.- Returns:
- string
-
getLoadTime
public long getLoadTime()Return the time offset to set up the creation time.- Returns:
- long
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<DataStoreDefinition>
- Returns:
- string showing enum value
-