Class DataCollectionNodeExpressions<T>
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.node.expressions.DataCollectionNodeExpressions<T>
- Type Parameters:
T- the generic type
The Class that defines the data collection node expressions.
- Since:
- 12.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> DataCollectionNodeExpressions<T> copyOf(DataCollectionNodeExpressions<T> expressions) Makes a copy of the data collection node expressionsReturns the computed value.Returns the data collection node expressions evaluation order.Returns the initial value.Returns the mandatory.Returns the naming convention.Returns the readonly.Returns the result.Returns the showOnSummary value.Returns the visible.booleanReturns if it has the computed value.booleanReturns if it has expressions.booleanReturns if it has the initial value.booleanReturns if it is mandatory.booleanReturns if it has the naming convention.booleanReturns if it is readonly.booleanReturns if it is visible.booleanReturns the showOnSummary boolean value.voidsetComputedValue(String computedValue) Sets the computed value.voidsetEvaluationOrder(Long evaluationOrder) Sets the evaluation order.voidsetInitialValue(String initialValue) Sets the initial value.voidsetMandatory(String mandatory) Sets the mandatory.voidsetNamingConvention(String namingConvention) Sets the naming convention.voidsetReadonly(String readonly) Sets the readonly.voidSets the result.voidsetShowOnSummary(String showOnSummary) Sets the showOnSummary value.voidsetVisible(String visible) Sets the visible.
-
Field Details
-
VISIBLE_EXPRESSION
- See Also:
-
-
Constructor Details
-
DataCollectionNodeExpressions
public DataCollectionNodeExpressions()
-
-
Method Details
-
getVisible
Returns the visible.- Returns:
- the visible
-
setVisible
Sets the visible.- Parameters:
visible- the visible
-
getReadonly
Returns the readonly.- Returns:
- the readonly
-
setReadonly
Sets the readonly.- Parameters:
readonly- the readonly
-
getMandatory
Returns the mandatory.- Returns:
- the mandatory
-
setMandatory
Sets the mandatory.- Parameters:
mandatory- the mandatory
-
getInitialValue
Returns the initial value.- Returns:
- the initial value
-
setInitialValue
Sets the initial value.- Parameters:
initialValue- the initial value
-
getComputedValue
Returns the computed value.- Returns:
- the computed value
-
setComputedValue
Sets the computed value.- Parameters:
computedValue- the computed value
-
getShowOnSummary
Returns the showOnSummary value.- Returns:
- the showOnSummary value
-
isShowOnSummary
public boolean isShowOnSummary()Returns the showOnSummary boolean value.- Returns:
- the showOnSummary boolean value
-
setShowOnSummary
Sets the showOnSummary value.- Parameters:
showOnSummary- the show on lateral panel value
-
getResult
Returns the result.- Returns:
- the result
-
setResult
Sets the result.- Parameters:
result- the result
-
getEvaluationOrder
Returns the data collection node expressions evaluation order.- Returns:
- the data collection node expressions evaluation order
-
getNamingConvention
Returns the naming convention.- Returns:
- the naming convention
-
setNamingConvention
Sets the naming convention.- Parameters:
namingConvention- the naming convention
-
setEvaluationOrder
Sets the evaluation order.- Parameters:
evaluationOrder- the evaluation order
-
hasVisible
public boolean hasVisible()Returns if it is visible.- Returns:
- true, if successful
-
hasReadonly
public boolean hasReadonly()Returns if it is readonly.- Returns:
- true, if successful
-
hasMandatory
public boolean hasMandatory()Returns if it is mandatory.- Returns:
- true, if successful
-
hasInitialValue
public boolean hasInitialValue()Returns if it has the initial value.- Returns:
- true, if successful
-
hasComputedValue
public boolean hasComputedValue()Returns if it has the computed value.- Returns:
- true, if successful
-
hasNamingConvention
public boolean hasNamingConvention()Returns if it has the naming convention.- Returns:
- true, if successful
-
hasExpressions
public boolean hasExpressions()Returns if it has expressions.- Returns:
- true, if successful
-
copyOf
public static <T> DataCollectionNodeExpressions<T> copyOf(DataCollectionNodeExpressions<T> expressions) Makes a copy of the data collection node expressions- Type Parameters:
T- the generic type- Parameters:
expressions- theDataCollectionNodeExpressions- Returns:
- the data collection node expressions
-