Interface Tagged
- All Known Implementing Classes:
ComputeRequirement
,Task
,TaskGroup
,WorkRequirement
,WorkRequirementSummary
public interface Tagged
Interface implemented by all model types that have a tag field for user defined information
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The maximum length of a tag value -
Method Summary
-
Field Details
-
MAX_TAG_LENGTH
static final int MAX_TAG_LENGTHThe maximum length of a tag value- See Also:
-
-
Method Details
-
getTag
Gets the user defined tag- Returns:
- the user defined tag
-
setTag
-