Class InputFieldExt
java.lang.Object
flexagon.fd.model.jaxb.releaseautomation.model.InputField
flexagon.fd.model.jaxb.releaseautomation.model.InputFieldExt
- All Implemented Interfaces:
IPropertyObject,Serializable
- See Also:
-
Field Summary
Fields inherited from class flexagon.fd.model.jaxb.releaseautomation.model.InputField
defaultScript, description, displayColumns, displayName, displayRows, isListDataExpression, isMultiSelect, isRequired, keyCode, keyDatatype, keySubDatatype, length, listData, maxValue, minValue, validatorScript -
Constructor Summary
ConstructorsConstructorDescriptionInputFieldExt(InputField pParent) InputFieldExt(InputField pParent, Long pPipelineStageExecId) -
Method Summary
Modifier and TypeMethodDescriptionList<ListValueDataObject>booleanbooleanGets the value of the listData property.ListDataEvaluationScriptPropertyValueCustomValidationScriptvoidsetIsListDataExpression(Boolean pIsListDataExpression) voidsetPropertyValue(Serializable pValue) Methods inherited from class flexagon.fd.model.jaxb.releaseautomation.model.InputField
getDefaultScript, getDescription, getDisplayColumns, getDisplayName, getDisplayRows, getKeyCode, getKeyDatatype, getKeySubDatatype, getLength, getMaxValue, getMinValue, getValidatorScript, isIsListDataExpression, isIsMultiSelect, isIsRequired, setDefaultScript, setDescription, setDisplayColumns, setDisplayName, setDisplayRows, setIsListDataExpression, setIsMultiSelect, setIsRequired, setKeyCode, setKeyDatatype, setKeySubDatatype, setLength, setListData, setMaxValue, setMinValue, setValidatorScriptMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface flexagon.fd.model2.pojo.common.interfaces.IPropertyObject
getDisplayName, getKeyCode, getLength, getMaxValue, getMinValue, setIsMultiSelect
-
Constructor Details
-
InputFieldExt
-
InputFieldExt
-
-
Method Details
-
getValidationScript
- Specified by:
getValidationScriptin interfaceIPropertyObject
-
getIsMultiSelect
public boolean getIsMultiSelect()- Specified by:
getIsMultiSelectin interfaceIPropertyObject
-
getPropertyValue
- Specified by:
getPropertyValuein interfaceIPropertyObject
-
setPropertyValue
- Specified by:
setPropertyValuein interfaceIPropertyObject
-
getIsRequired
public boolean getIsRequired()- Specified by:
getIsRequiredin interfaceIPropertyObject
-
getDataTypeEnum
- Specified by:
getDataTypeEnumin interfaceIPropertyObject
-
getListDataEvaluationScript
public ListDataEvaluationScript getListDataEvaluationScript()- Specified by:
getListDataEvaluationScriptin interfaceIPropertyObject
-
getValidationEvaluationScript
public PropertyValueCustomValidationScript getValidationEvaluationScript()- Specified by:
getValidationEvaluationScriptin interfaceIPropertyObject
-
getListData
Description copied from class:InputFieldGets the value of the listData property.- Specified by:
getListDatain interfaceIPropertyObject- Overrides:
getListDatain classInputField- Returns:
- possible object is
String
-
getEvaluatedListData
-
getIsListDataExpression
-
setIsListDataExpression
-