Uses of Class
org.openl.rules.table.properties.def.TablePropertyDefinition
-
Packages that use TablePropertyDefinition Package Description org.openl.rules.table.properties.def org.openl.rules.validation.properties.dimentional -
-
Uses of TablePropertyDefinition in org.openl.rules.table.properties.def
Methods in org.openl.rules.table.properties.def that return TablePropertyDefinition Modifier and Type Method Description static TablePropertyDefinition[]DefaultPropertyDefinitions. getDefaultDefinitions()static TablePropertyDefinition[]TablePropertyDefinitionUtils. getDefaultDefinitionsByInheritanceLevel(InheritanceLevel inheritanceLevel)static TablePropertyDefinition[]TablePropertyDefinitionUtils. getDefaultDefinitionsForTable(String tableType)static TablePropertyDefinition[]TablePropertyDefinitionUtils. getDefaultDefinitionsForTable(String tableType, InheritanceLevel inheritanceLevel, boolean ignoreSystem)static TablePropertyDefinitionTablePropertyDefinitionUtils. getPropertyByName(String name)Gets the property by its given nameMethods in org.openl.rules.table.properties.def that return types with arguments of type TablePropertyDefinition Modifier and Type Method Description static List<TablePropertyDefinition>TablePropertyDefinitionUtils. getDimensionalTableProperties()Gets the array of properties names that are dimensional.static List<TablePropertyDefinition>TablePropertyDefinitionUtils. getPropertiesToBeSetByDefault()Gets list of properties that must me set for every table by default.static List<TablePropertyDefinition>TablePropertyDefinitionUtils. getSystemProperties()Gets list of properties that are marked as system.static Map<String,List<TablePropertyDefinition>>TablePropertyDefinitionUtils. groupProperties(TablePropertyDefinition[] properties)Methods in org.openl.rules.table.properties.def with parameters of type TablePropertyDefinition Modifier and Type Method Description intTablePropertyDefinition. compareTo(TablePropertyDefinition to)static Map<String,List<TablePropertyDefinition>>TablePropertyDefinitionUtils. groupProperties(TablePropertyDefinition[] properties) -
Uses of TablePropertyDefinition in org.openl.rules.validation.properties.dimentional
Methods in org.openl.rules.validation.properties.dimentional that return TablePropertyDefinition Modifier and Type Method Description protected TablePropertyDefinitionADispatcherTableColumn. getProperty()
-