public class IndexCompileTimeKey extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
IndexCompileTimeKey(String infraModuleName,
String infraName,
NameAccessModifier visibility,
boolean namedWindow,
String indexName,
String indexModuleName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIndexModuleName() |
String |
getIndexName() |
String |
getInfraModuleName() |
String |
getInfraName() |
NameAccessModifier |
getVisibility() |
int |
hashCode() |
boolean |
isNamedWindow() |
CodegenExpression |
make(CodegenExpressionRef addInitSvc) |
public static final EPTypeClass EPTYPE
public IndexCompileTimeKey(String infraModuleName, String infraName, NameAccessModifier visibility, boolean namedWindow, String indexName, String indexModuleName)
public String getInfraModuleName()
public String getInfraName()
public NameAccessModifier getVisibility()
public boolean isNamedWindow()
public String getIndexName()
public String getIndexModuleName()
public CodegenExpression make(CodegenExpressionRef addInitSvc)
Copyright © 2005–2021. All rights reserved.