Interface Action
public interface Action
Action
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGet the isEditableValue of an Action entitybooleanGet the isVisibleValue of an Action entity
- 
Method Details- 
isEditableValueboolean isEditableValue()Get the isEditableValue of an Action entity- Returns:
- the action: isEditableValue
 
- 
isVisibleValueboolean isVisibleValue()Get the isVisibleValue of an Action entity- Returns:
- the action: isVisibleValue
 
 
-