Interface Column
public interface Column
Definition of a column in a custom step.
- Since:
- 2.0.0
-
Method Summary
-
Method Details
-
getId
String getId()Returns the ID of the column.- Returns:
- ID of the column
-
getName
String getName()Returns the name of the column.- Returns:
- Name of the column
-
getTags
Collection<String> getTags()Returns the data tags associated with the column.- Returns:
- Collection of data tags associated with the column
-