Uses of Class
co.dapi.types.Identification.IdentificationType
-
Packages that use Identification.IdentificationType Package Description co.dapi.types -
-
Uses of Identification.IdentificationType in co.dapi.types
Methods in co.dapi.types that return Identification.IdentificationType Modifier and Type Method Description Identification.IdentificationTypeIdentification. getType()static Identification.IdentificationTypeIdentification.IdentificationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Identification.IdentificationType[]Identification.IdentificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in co.dapi.types with parameters of type Identification.IdentificationType Constructor Description Identification(java.lang.String value, Identification.IdentificationType type)
-