Uses of Class
fr.gouv.vitam.common.guid.GUIDObjectType.GUIDObjectEnumType
-
Packages that use GUIDObjectType.GUIDObjectEnumType Package Description fr.gouv.vitam.common.guid Global Unique Identifier support for Vitam -
-
Uses of GUIDObjectType.GUIDObjectEnumType in fr.gouv.vitam.common.guid
Methods in fr.gouv.vitam.common.guid that return GUIDObjectType.GUIDObjectEnumType Modifier and Type Method Description static GUIDObjectType.GUIDObjectEnumType
GUIDObjectType. getEnumType(int id)
Utility method to get Enum instead of intstatic GUIDObjectType.GUIDObjectEnumType
GUIDObjectType.GUIDObjectEnumType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GUIDObjectType.GUIDObjectEnumType[]
GUIDObjectType.GUIDObjectEnumType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-