public class VirtualDataWindowEventStartIndex extends VirtualDataWindowEvent
Modifier and Type | Class and Description |
---|---|
static class |
VirtualDataWindowEventStartIndex.VDWCreateIndexField
Captures virtual data window indexed field informaion.
|
Constructor and Description |
---|
VirtualDataWindowEventStartIndex(String namedWindowName,
String indexName,
List<VirtualDataWindowEventStartIndex.VDWCreateIndexField> fields,
boolean unique)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
List<VirtualDataWindowEventStartIndex.VDWCreateIndexField> |
getFields()
Returns a list of fields that are part of the index.
|
String |
getIndexName()
Returns the index name.
|
String |
getNamedWindowName()
Returns the named window name.
|
boolean |
isUnique()
Returns indictor for unique index
|
public VirtualDataWindowEventStartIndex(String namedWindowName, String indexName, List<VirtualDataWindowEventStartIndex.VDWCreateIndexField> fields, boolean unique)
namedWindowName
- named window nameindexName
- index namefields
- index fieldsunique
- for unique indexespublic String getIndexName()
public List<VirtualDataWindowEventStartIndex.VDWCreateIndexField> getFields()
public String getNamedWindowName()
public boolean isUnique()