Skip navigation links
com.atlassian.webtest.ui.keys

Class DefaultCharacterKey

    • Constructor Detail

      • DefaultCharacterKey

        public DefaultCharacterKey(String string)
      • DefaultCharacterKey

        public DefaultCharacterKey(char codeUnit)
    • Method Detail

      • string

        public String string()
        Description copied from interface: CharacterKey
        String representation of the character entered by this key
        Specified by:
        string in interface CharacterKey
        Returns:
        string character representation
      • codeUnit

        public char codeUnit()
        Description copied from interface: CharacterKey
        Char (a code unit) representation of the character entered by this key
        Specified by:
        codeUnit in interface CharacterKey
        Returns:
        char character representation

Copyright © 2015 Atlassian. All rights reserved.