Class Mapping
java.lang.Object
com.suncode.pwfl.component.ParameterDefinition<Variable>
com.suncode.pwfl.workflow.form.datachooser.Mapping
- Author:
- RafaĆ Nowacki 5 sie 2016
-
Constructor Summary
ConstructorsConstructorDescriptionMapping
(String id, LocalizedString name, LocalizedString description, boolean hidden, boolean self) -
Method Summary
Methods inherited from class com.suncode.pwfl.component.ParameterDefinition
getDefaultValue, getDescription, getId, getName, getRecommendedFunctions, getType, getValidations, hasDefaultValue, isArray, isOptional, toString
-
Constructor Details
-
Mapping
public Mapping(String id, LocalizedString name, LocalizedString description, boolean hidden, boolean self)
-
-
Method Details
-
isHidden
public boolean isHidden()If true, then column with this mapping is not visible in datachooser result. -
isSelf
public boolean isSelf()- Returns:
-