public class AttributeDefinitionFormObject<T extends AttributeDefinition> extends NodeDefinitionFormObject<T>
NodeDefinitionFormObject.RelevanceType, NodeDefinitionFormObject.RequirenessType| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_DEFAULTS_FIELD |
static String |
CALCULATED_FIELD |
static String |
CHECKS_FIELD |
static String |
KEY_FIELD |
static String |
MEASUREMENT_FIELD |
static String |
REFERENCED_ATTRIBUTE_PATH_FIELD |
key, measurement, MULTIPLE_FIELD, qualifier, REQUIRED_FIELD, REQUIRENESS_FIELD, showInSummaryVERSION_EMPTY_SELECTION| Modifier and Type | Method and Description |
|---|---|
List<AttributeDefault> |
getAttributeDefaults() |
List<Check<?>> |
getChecks() |
String |
getPhaseToApplyDefaultValue() |
String |
getReferencedAttributePath() |
String[] |
getVisibleFields() |
boolean |
isEditable() |
boolean |
isShowInMapBalloon() |
void |
loadFrom(T source,
String languageCode) |
protected void |
reset() |
void |
saveTo(T dest,
String languageCode) |
void |
setAttributeDefaults(List<AttributeDefault> attributeDefaults) |
void |
setChecks(List<Check<?>> checks) |
void |
setEditable(boolean editable) |
void |
setPhaseToApplyDefaultValue(String phaseToApplyDefaultValue) |
void |
setReferencedAttributePath(String referencedAttributePath) |
void |
setShowInMapBalloon(boolean showInMapBalloon) |
void |
setVisibleFields(String[] visibleFields) |
getAbbreviatedLabel, getBackgroundColor, getBackgroundTransparency, getColumn, getColumnSpan, getDefaultDescription, getDefaultHeadingLabel, getDefaultInstanceLabel, getDescription, getHandheldPromptLabel, getHeadingLabel, getInstanceLabel, getInterviewPromptLabel, getLabelOrientation, getLabelWidth, getMaxCountExpression, getMinCountExpression, getName, getNumberLabel, getPaperPromptLabel, getPcPromptLabel, getRelevanceType, getRelevantExpression, getReportingLabel, getRequiredWhenExpression, getRequirenessType, getTabName, getUIOptions, getWidth, isAutoGenerateMinItems, isCalculated, isCalculatedOnlyOneTime, isFromCollectEarthCSV, isHideKeyInCollectEarthRecordList, isHideWhenNotRelevant, isIncludedInCollectEarthHeader, isIncludeInDataExport, isKey, isMeasurement, isMultiple, isQualifier, isShowInSummary, isShowInUI, isShowReadOnlyFieldInCollectEarth, newInstance, newInstance, setAbbreviatedLabel, setAutoGenerateMinItems, setBackgroundColor, setBackgroundTransparency, setCalculated, setCalculatedOnlyOneTime, setColumn, setColumnSpan, setDescription, setFromCollectEarthCSV, setHandheldPromptLabel, setHeadingLabel, setHideKeyInCollectEarthRecordList, setHideWhenNotRelevant, setIncludedInCollectEarthHeader, setIncludeInDataExport, setInstanceLabel, setInterviewPromptLabel, setKey, setLabelOrientation, setLabelWidth, setMaxCountExpression, setMeasurement, setMinCountExpression, setMultiple, setName, setNumberLabel, setPaperPromptLabel, setParentDefinition, setPcPromptLabel, setQualifier, setRelevanceType, setRelevantExpression, setReportingLabel, setRequiredWhenExpression, setRequirenessType, setShowInSummary, setShowInUI, setShowReadOnlyFieldInCollectEarth, setTabName, setWidthgetDeprecatedVersionId, getSinceVersionId, setDeprecatedVersionId, setSinceVersionIdgetSourcepublic static final String ATTRIBUTE_DEFAULTS_FIELD
public static final String CHECKS_FIELD
public static final String KEY_FIELD
public static final String MEASUREMENT_FIELD
public static final String CALCULATED_FIELD
public static final String REFERENCED_ATTRIBUTE_PATH_FIELD
public void saveTo(T dest, String languageCode)
saveTo in class NodeDefinitionFormObject<T extends AttributeDefinition>public void loadFrom(T source, String languageCode)
loadFrom in class NodeDefinitionFormObject<T extends AttributeDefinition>protected void reset()
reset in class NodeDefinitionFormObject<T extends AttributeDefinition>public List<AttributeDefault> getAttributeDefaults()
public void setAttributeDefaults(List<AttributeDefault> attributeDefaults)
public String getPhaseToApplyDefaultValue()
public void setPhaseToApplyDefaultValue(String phaseToApplyDefaultValue)
public boolean isEditable()
public void setEditable(boolean editable)
public boolean isShowInMapBalloon()
public void setShowInMapBalloon(boolean showInMapBalloon)
public String[] getVisibleFields()
public void setVisibleFields(String[] visibleFields)
public String getReferencedAttributePath()
public void setReferencedAttributePath(String referencedAttributePath)
Copyright © 2022 Open Foris. All rights reserved.