public class PropertyResolutionDescriptor
extends java.lang.Object
StreamTypeService
.Constructor and Description |
---|
PropertyResolutionDescriptor(java.lang.String streamName,
EventType streamEventType,
java.lang.String propertyName,
int streamNum,
java.lang.Class propertyType,
FragmentEventType fragmentEventType)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 propertypublic java.lang.String getStreamName()
public EventType getStreamEventType()
public java.lang.String getPropertyName()
public int getStreamNum()
public java.lang.Class getPropertyType()
public FragmentEventType getFragmentEventType()