Class Methods


  • public class Methods
    extends java.lang.Object
    Class that handles methods used in predefined values in mask fields.
    • Constructor Summary

      Constructors 
      Constructor Description
      Methods​(IntelligentField field, java.lang.String value)
      Creates a new Methods instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String handleValue()
      Handles the value by executing the method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Methods

        public Methods​(IntelligentField field,
                       java.lang.String value)
        Creates a new Methods instance.
        Parameters:
        field - the intelligent field containing the predefined value
        value - the original string to handle
    • Method Detail

      • handleValue

        public java.lang.String handleValue()
        Handles the value by executing the method. Note: No methods implemented for now.
        Returns:
        the resulting string