类 StringConstraint

java.lang.Object
com.sie.mbm.mom.framework.db.commonBasic.entity.StringConstraint

public class StringConstraint extends Object
文本属性构建参数json实体
  • 字段详细资料

    • associationType

      private String associationType
    • caseMode

      private String caseMode
    • compose

      private boolean compose
    • encryption

      private boolean encryption
    • graphIndex

      private boolean graphIndex
    • index

      private boolean index
    • legalValueType

      private String legalValueType
    • length

      private int length
    • multiValue

      private boolean multiValue
    • notnull

      private boolean notnull
    • optionalValue

      private String optionalValue
    • precision

      private int precision
    • secretLevel

      private String secretLevel
    • stockInDB

      private boolean stockInDB
    • variable

      private boolean variable
  • 构造器详细资料

    • StringConstraint

      public StringConstraint(int length)