Uses of Class
org.openl.rules.lang.xls.binding.DTColumnsDefinitionType
-
Packages that use DTColumnsDefinitionType Package Description org.openl.rules.lang.xls.binding -
-
Uses of DTColumnsDefinitionType in org.openl.rules.lang.xls.binding
Methods in org.openl.rules.lang.xls.binding that return DTColumnsDefinitionType Modifier and Type Method Description DTColumnsDefinitionTypeDTColumnsDefinition. getType()static DTColumnsDefinitionTypeDTColumnsDefinitionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DTColumnsDefinitionType[]DTColumnsDefinitionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openl.rules.lang.xls.binding with parameters of type DTColumnsDefinitionType Constructor Description DTColumnsDefinition(DTColumnsDefinitionType type, String tableName, IOpenMethodHeader header, String expression, List<ExpressionIdentifier> identifiers, Map<String,List<IParameterDeclaration>> parameters, TableSyntaxNode tableSyntaxNode)
-