Class FieldName

    • Constructor Detail

      • FieldName

        public FieldName​(String submittedName)
    • Method Detail

      • getBaseName

        public String getBaseName()
      • getRepetitionIndex

        public int getRepetitionIndex()
      • getSubmittedName

        public String getSubmittedName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • isDynamic

        public boolean isDynamic()
      • isEmpty

        public boolean isEmpty()
      • submittedNameWithSuffix

        public String submittedNameWithSuffix​(String suffix)
      • baseNameWithSuffix

        public String baseNameWithSuffix​(String suffix)
      • toBaseFieldName

        public FieldName toBaseFieldName()
      • ofFieldValue

        public static FieldName ofFieldValue​(String baseName,
                                             int repetitionIndex)