public class PropertyGroupDesc
extends java.lang.Object
Constructor and Description |
---|
PropertyGroupDesc(int groupNum,
java.util.Map<EventType,java.lang.String> nameTypeSet,
java.lang.String[] properties)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
getGroupNum()
Returns the group number.
|
java.lang.String[] |
getProperties()
Returns the properties.
|
java.util.Map<EventType,java.lang.String> |
getTypes()
Returns the types.
|
java.lang.String |
toString() |
public PropertyGroupDesc(int groupNum, java.util.Map<EventType,java.lang.String> nameTypeSet, java.lang.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 java.util.Map<EventType,java.lang.String> getTypes()
public java.lang.String[] getProperties()
public java.lang.String toString()
toString
in class java.lang.Object