Interface IDataCollectionGroup
-
- All Known Implementing Classes:
DataCollectionGroupImpl
public interface IDataCollectionGroup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IGroup[]
getGroups()
String
getName()
IResourceType[]
getResourceTypes()
ISystemDef[]
getSystemDefs()
ITable[]
getTables()
-
-
-
Method Detail
-
getName
String getName()
-
getResourceTypes
IResourceType[] getResourceTypes()
-
getTables
ITable[] getTables()
-
getGroups
IGroup[] getGroups()
-
getSystemDefs
ISystemDef[] getSystemDefs()
-
-