Package fr.gouv.vitam.common.guid
Enum Class GUIDObjectType.GUIDObjectEnumType
java.lang.Object
java.lang.Enum<GUIDObjectType.GUIDObjectEnumType>
fr.gouv.vitam.common.guid.GUIDObjectType.GUIDObjectEnumType
- All Implemented Interfaces:
Serializable
,Comparable<GUIDObjectType.GUIDObjectEnumType>
,Constable
- Enclosing class:
- GUIDObjectType
public static enum GUIDObjectType.GUIDObjectEnumType
extends Enum<GUIDObjectType.GUIDObjectEnumType>
Utility Enum for GUIDObjectType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionStore Accession register detail typeStore Accession register Symmary typeAgencies contract typeContract typeEvent type (for a task or step in a workflow)Manifest file type (if used)Object typeObjectGroup typeOntologies typeOperation Logbook file typeRequest Id type (as for Access when receiving a request)Store operation Id type (when a write opeation occurs within the Write Logbook)Unassigned typeUnit typeWrite Logbook file type -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
Returns the enum constant of this class with the specified name.static GUIDObjectType.GUIDObjectEnumType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNASSIGNED
Unassigned type -
UNIT
Unit type -
OBJECTGROUP
ObjectGroup type -
OBJECT
Object type -
OPERATION_LOGBOOK
Operation Logbook file type -
WRITE_LOGBOOK
Write Logbook file type -
MANIFEST
Manifest file type (if used) -
EVENT
Event type (for a task or step in a workflow) -
REQUESTID
Request Id type (as for Access when receiving a request) -
STORAGE_OPERATION
Store operation Id type (when a write opeation occurs within the Write Logbook) -
ACCESSION_REGISTER_SUMMARY
Store Accession register Symmary type -
ACCESSION_REGISTER_DETAIL
Store Accession register detail type -
CONTRACT
Contract type -
AGENCIES
Agencies contract type -
ONTOLOGIES
Ontologies type
-
-
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
-
getId
public int getId()- Returns:
- the corresponding GUIDObjectType id
-