public class PropertyGroupDesc extends Object
Constructor and Description |
---|
PropertyGroupDesc(int groupNum,
Map<EventType,String> nameTypeSet,
String[] properties)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
getGroupNum()
Returns the group number.
|
String[] |
getProperties()
Returns the properties.
|
Map<EventType,String> |
getTypes()
Returns the types.
|
String |
toString() |
public PropertyGroupDesc(int groupNum, Map<EventType,String> nameTypeSet, String[] properties)
groupNum
- the group numbernameTypeSet
- the event types and their names whose totality of properties fully falls within this group.properties
- is the properties in the grouppublic int getGroupNum()
public String[] getProperties()