|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.vaevent.PropertyGroupDesc
public class PropertyGroupDesc
For use with building groups of event properties to reduce overhead in maintaining versions.
Constructor Summary | |
---|---|
PropertyGroupDesc(int groupNum,
Map<EventType,String> aliasTypeSet,
String[] properties)
Ctor. |
Method Summary | |
---|---|
int |
getGroupNum()
Returns the group number. |
String[] |
getProperties()
Returns the properties. |
Map<EventType,String> |
getTypes()
Returns the types. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyGroupDesc(int groupNum, Map<EventType,String> aliasTypeSet, String[] properties)
groupNum
- the group numberaliasTypeSet
- the event types and their aliases whose totality of properties fully falls within this group.properties
- is the properties in the groupMethod Detail |
---|
public int getGroupNum()
public Map<EventType,String> getTypes()
public String[] getProperties()
public String toString()
toString
in class Object
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |