Class VariableNameStorageNamePair

    • Constructor Detail

      • VariableNameStorageNamePair

        public VariableNameStorageNamePair()
        Initializes the string with length 0.
      • VariableNameStorageNamePair

        public VariableNameStorageNamePair​(String varName,
                                           String storagName)
        Initializes the object with the variable name/storage name pair.
        Parameters:
        varName - the variable name to use
        storagName - the storage name to use
      • VariableNameStorageNamePair

        public VariableNameStorageNamePair​(String s)
        Initializes the object with the string to parse.
        Parameters:
        s - the string to parse
    • Method Detail

      • isValid

        public boolean isValid​(String value)
        Checks whether the string value is a valid presentation for this class.
        Overrides:
        isValid in class AbstractBaseString
        Parameters:
        value - the string value to check
        Returns:
        true if non-null
      • getTipText

        public String getTipText()
        Returns a tool tip for the GUI editor (ignored if null is returned).
        Specified by:
        getTipText in class AbstractBaseString
        Returns:
        the tool tip
      • pairValue

        public String pairValue()
        Returns the backquoted String pair.
        Returns:
        the backquoted pair
      • variableNameValue

        public String variableNameValue()
        Returns the variable name.
        Returns:
        the variable name
      • storageNameValue

        public StorageName storageNameValue()
        Returns the storage name.
        Returns:
        the storage name