Package org.openl.rules.table.properties
Class PropertiesHelper
- java.lang.Object
-
- org.openl.rules.table.properties.PropertiesHelper
-
public final class PropertiesHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTIES_HEADER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Object>getMethodProperties(IOpenMethod method)static ILogicalTablegetPropertiesTableSection(ILogicalTable table)static ITablePropertiesgetTableProperties(IOpenMethod method)
-
-
-
Field Detail
-
PROPERTIES_HEADER
public static final String PROPERTIES_HEADER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPropertiesTableSection
public static ILogicalTable getPropertiesTableSection(ILogicalTable table)
-
getTableProperties
public static ITableProperties getTableProperties(IOpenMethod method)
-
getMethodProperties
public static Map<String,Object> getMethodProperties(IOpenMethod method)
-
-