Class DTODataCollectionNodeRegEx

java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType<String>
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeRegEx
All Implemented Interfaces:
Serializable

public class DTODataCollectionNodeRegEx extends DTODataCollectionNodeType<String>
DTO for data collection node regular expression.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionNodeRegEx

      public DTODataCollectionNodeRegEx()
  • Method Details

    • initName

      protected String initName()
      Description copied from class: DTODataCollectionNodeType
      Initializes and returns the name of the mobile forms node type. This method must be implemented by subclasses to provide the specific type name.
      Specified by:
      initName in class DTODataCollectionNodeType<String>
      Returns:
      the node type name
    • getPattern

      public String getPattern()
    • setPattern

      public void setPattern(String pattern)