Uses of Class
de.xima.fc.appointment.FieldName
- 
Packages that use FieldName Package Description de.xima.fc.appointment  - 
- 
Uses of FieldName in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return FieldName Modifier and Type Method Description static FieldNameFieldName. empty()FieldNameSubmittedAppointment. getFieldName()static FieldNameFieldName. ofFieldValue(String baseName, int repetitionIndex)FieldNameFieldName. toBaseFieldName()FieldNameFieldName. withSuffix(String suffix)Methods in de.xima.fc.appointment with parameters of type FieldName Modifier and Type Method Description intFieldName. compareTo(FieldName other)Constructors in de.xima.fc.appointment with parameters of type FieldName Constructor Description SubmittedAppointment(FieldName fieldName, UUID templateUuid, IFormDataAdapter formData, Map<UUID,Appointment> existingAppointmentsByUuid)Creates a new appointment action for a form submission.SubmittedAppointment(FieldName fieldName, UUID templateUuid, Map<String,List<String[]>> formValuesMap, Appointment appointment, AppointmentType appointmentType)Creates a new appointment action for a form submission. 
 -