argos/backend/core/src/main/java/org/opencdmp/commons/types/descriptiontemplate/fielddata/LabelDataEntity.java

11 lines
328 B
Java

package org.opencdmp.commons.types.descriptiontemplate.fielddata;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
@XmlAccessorType(XmlAccessType.FIELD)
public class LabelDataEntity extends BaseFieldDataEntity {
public static final String XmlElementName = "labelData";
}