Class Methods
- java.lang.Object
-
- com.saperion.ngc.iform.field.defaultValue.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.
-
-
-
Constructor Detail
-
Methods
public Methods(IntelligentField field, java.lang.String value)
Creates a new Methods instance.- Parameters:
field
- the intelligent field containing the predefined valuevalue
- the original string to handle
-
-