Package de.xima.fc.appointment
Class FieldName
java.lang.Object
de.xima.fc.appointment.FieldName
- All Implemented Interfaces:
Serializable,Comparable<FieldName>
Represents a parsed form field name, with the base name, the suffix, and the repetition index.
- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseNameWithSuffix(String suffix) intstatic FieldNameempty()booleanintinthashCode()booleanbooleanisEmpty()static FieldNameofFieldValue(String baseName, int repetitionIndex) shortIndexedNameWithSuffix(String suffix) submittedNameWithSuffix(String suffix) toString()withSuffix(String suffix)
-
Constructor Details
-
FieldName
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<FieldName>
-
equals
-
getBaseName
-
getRepetitionIndex
public int getRepetitionIndex() -
getSubmittedName
-
hashCode
public int hashCode() -
isDynamic
public boolean isDynamic() -
isEmpty
public boolean isEmpty() -
shortIndexedNameWithSuffix
-
submittedNameWithSuffix
-
baseNameWithSuffix
-
toBaseFieldName
-
toString
-
withSuffix
-
empty
-
ofFieldValue
-