public class ContextDescriptorKeyedSegmentedItem extends Object implements ContextDescriptor
Constructor and Description |
---|
ContextDescriptorKeyedSegmentedItem()
Ctor.
|
ContextDescriptorKeyedSegmentedItem(List<String> propertyNames,
Filter filter)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Filter |
getFilter()
Returns the filter.
|
List<String> |
getPropertyNames()
Returns the property names.
|
void |
setFilter(Filter filter)
Sets the filter.
|
void |
setPropertyNames(List<String> propertyNames)
Sets the property names.
|
void |
toEPL(StringWriter writer,
EPStatementFormatter formatter)
Format as EPL.
|
public ContextDescriptorKeyedSegmentedItem()
public Filter getFilter()
public void setFilter(Filter filter)
filter
- filterpublic void setPropertyNames(List<String> propertyNames)
propertyNames
- listpublic void toEPL(StringWriter writer, EPStatementFormatter formatter)
ContextDescriptor
toEPL
in interface ContextDescriptor
writer
- outputformatter
- formatter