Class TablePropertyDefinition
- java.lang.Object
-
- org.openl.rules.table.properties.def.TablePropertyDefinition
-
- All Implemented Interfaces:
Comparable<TablePropertyDefinition>
public class TablePropertyDefinition extends Object implements Comparable<TablePropertyDefinition>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTablePropertyDefinition.SystemValuePolicy
-
Constructor Summary
Constructors Constructor Description TablePropertyDefinition()
-
Method Summary
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
-
setDisplayName
public void setDisplayName(String displayName)
-
getName
public String getName()
-
setName
public void setName(String name)
-
isPrimaryKey
public boolean isPrimaryKey()
-
setPrimaryKey
public void setPrimaryKey(boolean primaryKey)
-
getType
public IOpenClass getType()
-
setType
public void setType(IOpenClass type)
-
getGroup
public String getGroup()
-
setGroup
public void setGroup(String group)
-
getSecurityFilter
public String getSecurityFilter()
-
setSecurityFilter
public void setSecurityFilter(String securityFilter)
-
getTableType
public XlsNodeTypes[] getTableType()
-
setTableType
public void setTableType(XlsNodeTypes[] tableType)
-
getDefaultValue
public String getDefaultValue()
-
setDefaultValue
public void setDefaultValue(String defaultValue)
-
getConstraints
public Constraints getConstraints()
-
setConstraints
public void setConstraints(Constraints constraints)
-
getFormat
public String getFormat()
-
setFormat
public void setFormat(String format)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
isDimensional
public boolean isDimensional()
-
setDimensional
public void setDimensional(boolean dimensional)
-
getExpression
public MatchingExpression getExpression()
-
setExpression
public void setExpression(MatchingExpression expression)
-
setSystem
public void setSystem(boolean system)
-
isSystem
public boolean isSystem()
-
setSystemValueDescriptor
public void setSystemValueDescriptor(String systemValueDescriptor)
-
getSystemValueDescriptor
public String getSystemValueDescriptor()
-
setSystemValuePolicy
public void setSystemValuePolicy(TablePropertyDefinition.SystemValuePolicy systemValuePolicy)
-
getSystemValuePolicy
public TablePropertyDefinition.SystemValuePolicy getSystemValuePolicy()
-
setInheritanceLevel
public void setInheritanceLevel(InheritanceLevel[] inheritanceLevel)
-
getInheritanceLevel
public InheritanceLevel[] getInheritanceLevel()
-
getErrorSeverity
public Severity getErrorSeverity()
-
setErrorSeverity
public void setErrorSeverity(Severity errorSeverity)
-
getDeprecation
public String getDeprecation()
-
setDeprecation
public void setDeprecation(String deprecation)
-
compareTo
public int compareTo(TablePropertyDefinition to)
- Specified by:
compareToin interfaceComparable<TablePropertyDefinition>
-
-