- INICIALES - Static variable in class com.ignaciosandoval.utils.curp.validador.CURPDiferencias
-
- isAdult() - Method in class com.ignaciosandoval.utils.date.DateOfBirth
-
Indicates if the age group belongs to an adult.
- isChild() - Method in class com.ignaciosandoval.utils.date.DateOfBirth
-
Indicates if the age group belongs to a child.
- isEmpty() - Method in interface com.ignaciosandoval.utils.contact.ContactMethod
-
Indicates if the Contact Method is empty.
- isEmpty(String) - Static method in interface com.ignaciosandoval.utils.contact.ContactMethod
-
Helper method to validate if a String is Empty.
- isEmpty() - Method in class com.ignaciosandoval.utils.contact.EmailAddress
-
Indicates if the Email Address is empty.
- isEmpty() - Method in class com.ignaciosandoval.utils.contact.PhoneNumber
-
Indicates if the Phone Number is empty.
- isNewborn() - Method in class com.ignaciosandoval.utils.date.DateOfBirth
-
Indicates if the age group belongs to a new born.
- isSenior() - Method in class com.ignaciosandoval.utils.date.DateOfBirth
-
Indicates if the age group belongs to a senior.
- isTeen() - Method in class com.ignaciosandoval.utils.date.DateOfBirth
-
Indicates if the age group belongs to a teenager.
- isValid() - Method in interface com.ignaciosandoval.utils.contact.ContactMethod
-
Indicates if the Contact Method is valid.
- isValid() - Method in class com.ignaciosandoval.utils.contact.EmailAddress
-
Match the pattern for a common Email Address.
- isValid() - Method in class com.ignaciosandoval.utils.contact.PhoneNumber
-
Match the pattern for a 10 digits Phone Number.
- isValid(String) - Static method in class com.ignaciosandoval.utils.curp.builder.CURP
-
Este método sirve para validar la CURP proporcionada para ver si cumple con la Longitud (CURP16 o CURP18)
y con la expresión regular.
- isValid() - Method in class com.ignaciosandoval.utils.curp.builder.CURP
-
Este método sirve para validar la Longitud (CURP16 o CURP18) y la expresión regular de la CURP.
- isValid() - Method in class com.ignaciosandoval.utils.curp.Persona
-
Indica si todos los datos de la persona fueron proporcionados para generar la CURP.
- isValid() - Method in class com.ignaciosandoval.utils.ssn.SocialSecurityNumber
-
Validates the provided SSN based in the "Over-The-Top Validation" in the article
"Validating Social Security Numbers through Regular Expressions" by Rion Williams.
- isVerified() - Method in interface com.ignaciosandoval.utils.contact.ContactMethod
-
Indicates if the Contact Method is verified.
- isVerified() - Method in class com.ignaciosandoval.utils.contact.EmailAddress
-
Indicates if the Email Address is verified.
- isVerified() - Method in class com.ignaciosandoval.utils.contact.PhoneNumber
-
Indicates if the Phone Number is verified.
- isWeekend() - Method in class com.ignaciosandoval.utils.date.DateOfBirth
-
Indicates if the Date of Birth falls in a weekend.