Class TelexNumberSyntaxChecker

  • All Implemented Interfaces:
    Serializable, SchemaObject

    public final class TelexNumberSyntaxChecker
    extends SyntaxChecker
    A SyntaxChecker which verifies that a value is a Telex Number according to RFC 4517 :
     telex-number  = actual-number DOLLAR country-code DOLLAR answerback
     actual-number = PrintableString
     country-code  = PrintableString
     answerback    = PrintableString
     
    Author:
    Apache Directory Project
    See Also:
    Serialized Form
    • Constructor Detail

      • TelexNumberSyntaxChecker

        private TelexNumberSyntaxChecker​(String oid)
        Creates a new instance of TelexNumberSyntaxChecker.
        Parameters:
        oid - the child's OID
    • Method Detail

      • isValidSyntax

        public boolean isValidSyntax​(Object value)
        Determines if the attribute's value conforms to the attribute syntax.
        Overrides:
        isValidSyntax in class SyntaxChecker
        Parameters:
        value - the value of some attribute with the syntax
        Returns:
        true if the value is in the valid syntax, false otherwise