|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.expression.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(String streamName,
EventType streamEventType,
String propertyName,
int streamNum,
Class propertyType)
Ctor. |
Method Summary | |
---|---|
String |
getPropertyName()
Returns resolved property name of the property as it exists in a stream. |
Class |
getPropertyType()
Returns the property type of the resolved property. |
EventType |
getStreamEventType()
Returns event type of the stream that the property was found in. |
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(String streamName, EventType streamEventType, String propertyName, int streamNum, Class propertyType)
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 String getStreamName()
public EventType getStreamEventType()
public String getPropertyName()
public int getStreamNum()
public Class getPropertyType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |