Uses of Class
org.openl.rules.table.properties.def.TablePropertyDefinition.SystemValuePolicy
-
Packages that use TablePropertyDefinition.SystemValuePolicy Package Description org.openl.rules.table.properties.def -
-
Uses of TablePropertyDefinition.SystemValuePolicy in org.openl.rules.table.properties.def
Methods in org.openl.rules.table.properties.def that return TablePropertyDefinition.SystemValuePolicy Modifier and Type Method Description TablePropertyDefinition.SystemValuePolicyTablePropertyDefinition. getSystemValuePolicy()static TablePropertyDefinition.SystemValuePolicyTablePropertyDefinition.SystemValuePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static TablePropertyDefinition.SystemValuePolicy[]TablePropertyDefinition.SystemValuePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openl.rules.table.properties.def with parameters of type TablePropertyDefinition.SystemValuePolicy Modifier and Type Method Description voidTablePropertyDefinition. setSystemValuePolicy(TablePropertyDefinition.SystemValuePolicy systemValuePolicy)
-