public class ModuleIndexMeta extends Object
Modifier and Type | Field and Description |
---|---|
static ModuleIndexMeta[] |
EMPTY_ARRAY |
Constructor and Description |
---|
ModuleIndexMeta(boolean namedWindow,
String infraName,
String infraModuleName,
String indexName,
String indexModuleName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIndexModuleName() |
String |
getIndexName() |
String |
getInfraModuleName() |
String |
getInfraName() |
int |
hashCode() |
boolean |
isNamedWindow() |
static CodegenExpression |
makeArray(Collection<ModuleIndexMeta> names) |
static ModuleIndexMeta[] |
toArray(Set<ModuleIndexMeta> moduleIndexes) |
public static final ModuleIndexMeta[] EMPTY_ARRAY
public boolean isNamedWindow()
public String getInfraName()
public String getIndexName()
public String getInfraModuleName()
public String getIndexModuleName()
public static CodegenExpression makeArray(Collection<ModuleIndexMeta> names)
public static ModuleIndexMeta[] toArray(Set<ModuleIndexMeta> moduleIndexes)
Copyright © 2005–2018. All rights reserved.