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 GenderDnie3Dg01Mrz. getSex()GenderOptionalDetailsDnie3. 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 GenderGender. getGender(java.lang.String text)Obtiene el sexo del titular a partir del texto correspondiente en la MRZ del MRTD.GenderMrz. getSex()Obtiene el sexo del titular.static GenderGender. 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.
-