Uses of Class
es.gob.jmulticard.card.icao.Gender
-
Packages that use Gender Package Description es.gob.jmulticard.card.dnie Contiene todas las funcionalidades relacionadas con tarjetas criptográficas que sigan el estándar DNIe.es.gob.jmulticard.card.icao Documentos de viaje electrónicos acordes a normativas ICAO. -
-
Uses of Gender in es.gob.jmulticard.card.dnie
Methods in es.gob.jmulticard.card.dnie that return Gender Modifier and Type Method Description Gender
Dnie3Dg01Mrz. getSex()
Gender
OptionalDetailsDnie3. getSex()
Obtiene el sexo del titular. -
Uses of Gender in es.gob.jmulticard.card.icao
Methods in es.gob.jmulticard.card.icao that return Gender Modifier and Type Method Description static Gender
Gender. getGender(java.lang.String text)
Obtiene el sexo del titular a partir del texto correspondiente en la MRZ del MRTD.Gender
Mrz. getSex()
Obtiene el sexo del titular.static Gender
Gender. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Gender[]
Gender. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-