public class VariableSelectorExpression extends SelectorExpression
Title: Framework Support Library
Description: Defines a Selector expression for variables.
Copyright: Copyright (c) 2020
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
VariableSelectorExpression(java.lang.String variableName,
SelectorExternalDataSource dataSource) |
VariableSelectorExpression(java.lang.String variableName,
SelectorExternalDataSource dataSource,
boolean isMetaset,
boolean isCompletion) |
Modifier and Type | Method and Description |
---|---|
boolean |
forExists() |
SelectorExternalDataSource |
getDataSource() |
java.lang.String |
getVariableName() |
boolean |
isCompletion() |
matches
clone, getSerialVersionUID
public VariableSelectorExpression(java.lang.String variableName, SelectorExternalDataSource dataSource)
public VariableSelectorExpression(java.lang.String variableName, SelectorExternalDataSource dataSource, boolean isMetaset, boolean isCompletion)
public java.lang.String getVariableName()
public SelectorExternalDataSource getDataSource()
public boolean forExists()
public boolean isCompletion()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.