|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.core.PropertyResolutionDescriptor
public class PropertyResolutionDescriptor
Encapsulates the result of resolving a property and optional stream name against a supplied list of streams
StreamTypeService
.
Constructor Summary | |
---|---|
PropertyResolutionDescriptor(java.lang.String streamName,
EventType streamEventType,
java.lang.String propertyName,
int streamNum,
java.lang.Class propertyType,
FragmentEventType fragmentEventType)
Ctor. |
Method Summary | |
---|---|
FragmentEventType |
getFragmentEventType()
|
java.lang.String |
getPropertyName()
Returns resolved property name of the property as it exists in a stream. |
java.lang.Class |
getPropertyType()
Returns the property type of the resolved property. |
EventType |
getStreamEventType()
Returns event type of the stream that the property was found in. |
java.lang.String |
getStreamName()
Returns stream name. |
int |
getStreamNum()
Returns the number of the stream the property was found in. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyResolutionDescriptor(java.lang.String streamName, EventType streamEventType, java.lang.String propertyName, int streamNum, java.lang.Class propertyType, FragmentEventType fragmentEventType)
streamName
- is the stream namestreamEventType
- is the event type of the stream where the property was foundpropertyName
- is the regular name of propertystreamNum
- is the number offset of the streampropertyType
- is the type of the propertyMethod Detail |
---|
public java.lang.String getStreamName()
public EventType getStreamEventType()
public java.lang.String getPropertyName()
public int getStreamNum()
public java.lang.Class getPropertyType()
public FragmentEventType getFragmentEventType()
|
© 2006-2016 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 |