Package | Description |
---|---|
com.interpss.common | |
com.interpss.common.func | |
com.interpss.common.func.impl | |
com.interpss.dstab.controller.cml | |
com.interpss.dstab.controller.cml.wrapper |
Modifier and Type | Method and Description |
---|---|
static ILookupTable |
CommonObjectFactory.createLookupTable(ILookupTable.Type type)
create a ILookupTable object
|
Modifier and Type | Method and Description |
---|---|
static ILookupTable.Type |
ILookupTable.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ILookupTable.Type[] |
ILookupTable.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LookupTableImpl(ILookupTable.Type type)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ICMLLookupTableFunction |
CMLFieldObjectFactory.createLookupTableFunctionField(AbstractAnnotateController controllor,
java.lang.reflect.Field field,
ILookupTable.Type lookupTabletype,
java.lang.String[] dataPoints)
Create a FunctionExpression object based on the annotation filed and parameters
|
ICMLLookupTableFunction |
ICMLFieldObjectFactory.createLookupTableFunctionField(AbstractAnnotateController controllor,
java.lang.reflect.Field field,
ILookupTable.Type lookupTabletype,
java.lang.String[] dataPoints)
Create a FunctionExpression object based on the annotation filed and parameters
|
Modifier and Type | Method and Description |
---|---|
ILookupTable.Type |
FunctionFieldAnWrapper.getLookupTableType()
get function lookup table type
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionFieldAnWrapper.setLookupTableType(ILookupTable.Type lookupTableType)
set function lookup table type
|