public interface IWithITSGroups
| Modifier and Type | Method and Description |
|---|---|
DataCategoryGroup<?> |
addITSGroup(DataCategoryGroup<?> group)
Adds an ITS group to this object.
|
java.util.List<DataCategoryGroup<?>> |
getITSGroups()
Gets the ITS groups associated with this object.
|
boolean |
hasITSGroup()
Indicates if the object has at least one ITS group.
|
boolean hasITSGroup()
java.util.List<DataCategoryGroup<?>> getITSGroups()
DataCategoryGroup<?> addITSGroup(DataCategoryGroup<?> group)
group - the group to add.