Class CEEnumeratingCodeField
java.lang.Object
org.openforis.collect.io.metadata.collectearth.balloon.CEEnumeratingCodeField
- Author:
- S. Ricci
-
Constructor Summary
ConstructorsConstructorDescriptionCEEnumeratingCodeField(String htmlParameterName, String name, String label, String tooltip, boolean multiple, org.openforis.collect.io.metadata.collectearth.balloon.CEField.CEFieldType type, boolean key) -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()getName()org.openforis.collect.io.metadata.collectearth.balloon.CEField.CEFieldTypegetType()booleanbooleanisExtra()booleanisKey()booleanbooleanvoidsetCalculated(boolean calculated) voidsetExtra(boolean extra) voidsetReadOnly(boolean readOnly)
-
Constructor Details
-
CEEnumeratingCodeField
-
-
Method Details
-
getType
public org.openforis.collect.io.metadata.collectearth.balloon.CEField.CEFieldType getType() -
isKey
public boolean isKey() -
isReadOnly
public boolean isReadOnly() -
setReadOnly
public void setReadOnly(boolean readOnly) -
isExtra
public boolean isExtra() -
setExtra
public void setExtra(boolean extra) -
isCalculated
public boolean isCalculated() -
setCalculated
public void setCalculated(boolean calculated) -
getLabelOrName
-
getHtmlParameterName
-
getName
-
getLabel
-
getTooltip
-
isMultiple
public boolean isMultiple()
-