Class Property


  • public class Property
    extends Object
    • Constructor Detail

      • Property

        public Property​(String name,
                        DataType dataType,
                        boolean primary,
                        boolean nullable)
    • Method Detail

      • getName

        public String getName()
      • getDataType

        public DataType getDataType()
      • isPrimary

        public boolean isPrimary()
      • isNullable

        public boolean isNullable()