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