public interface ICategoryBag
Modifier and Type | Method and Description |
---|---|
java.util.List<IKeyedReferenceGroup> |
getKeyedReferenceGroups()
Returns the list of
IKeyedReferenceGroup of the category bag. |
java.util.List<IKeyedReference> |
getKeyedReferences()
Returns the list of
IKeyedReference of the category bag. |
java.util.List<IKeyedReference> getKeyedReferences()
IKeyedReference
of the category bag. This method must always
return a list.java.util.List<IKeyedReferenceGroup> getKeyedReferenceGroups()
IKeyedReferenceGroup
of the category bag. This method must
always return a list.