public class DataCollectionGroupImpl extends Object implements IDataCollectionGroup
Constructor and Description |
---|
DataCollectionGroupImpl() |
DataCollectionGroupImpl(String name) |
Modifier and Type | Method and Description |
---|---|
void |
addGroup(GroupImpl group) |
void |
addResourceType(ResourceTypeImpl resourceType) |
void |
addSystemDef(SystemDefImpl def) |
void |
addTable(TableImpl table) |
boolean |
equals(Object obj) |
IGroup[] |
getGroups() |
String |
getName() |
IResourceType[] |
getResourceTypes() |
ISystemDef[] |
getSystemDefs() |
ITable[] |
getTables() |
int |
hashCode() |
String |
toString() |
public DataCollectionGroupImpl()
public DataCollectionGroupImpl(String name)
public IGroup[] getGroups()
getGroups
in interface IDataCollectionGroup
public void addGroup(GroupImpl group)
public ITable[] getTables()
getTables
in interface IDataCollectionGroup
public void addTable(TableImpl table)
public ISystemDef[] getSystemDefs()
getSystemDefs
in interface IDataCollectionGroup
public void addSystemDef(SystemDefImpl def)
public IResourceType[] getResourceTypes()
getResourceTypes
in interface IDataCollectionGroup
public void addResourceType(ResourceTypeImpl resourceType)
public String getName()
getName
in interface IDataCollectionGroup
Copyright © 2021. All rights reserved.