public class FieldName extends Object implements Serializable, Comparable<FieldName>
Modifier and Type | Method and Description |
---|---|
String |
baseNameWithSuffix(String suffix) |
int |
compareTo(FieldName other) |
static FieldName |
empty() |
boolean |
equals(Object obj) |
String |
getBaseName() |
int |
getRepetitionIndex() |
String |
getSubmittedName() |
int |
hashCode() |
boolean |
isDynamic() |
boolean |
isEmpty() |
static FieldName |
ofFieldValue(String baseName,
int repetitionIndex) |
String |
submittedNameWithSuffix(String suffix) |
FieldName |
toBaseFieldName() |
String |
toString() |
FieldName |
withSuffix(String suffix) |
public FieldName(String submittedName)
public int compareTo(FieldName other)
compareTo
in interface Comparable<FieldName>
public String getBaseName()
public int getRepetitionIndex()
public String getSubmittedName()
public boolean isDynamic()
public boolean isEmpty()
public FieldName toBaseFieldName()
public static FieldName empty()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.