Class Column

    • Method Detail

      • getTableUri

        public String getTableUri()
        Returns:
        uri of physical Table
      • getType

        public String getType()
        Returns:
        type of column, one of pk,inputpk,fk,fact,displayForm or null
      • getDBName

        public String getDBName()
        Returns:
        name of the column in DB
      • isPk

        public boolean isPk()
        Returns:
        true when type is pk, false otherwise
      • isInputPk

        public boolean isInputPk()
        Returns:
        true when type is inputpk, false otherwise
      • isFk

        public boolean isFk()
        Returns:
        true when type is fk, false otherwise
      • isFact

        public boolean isFact()
        Returns:
        true when type is fact, false otherwise
      • isDisplayForm

        public boolean isDisplayForm()
        Returns:
        true when type is pk, false otherwise