Class PropertyYaml


  • public class PropertyYaml
    extends Object
    • Constructor Detail

      • PropertyYaml

        public PropertyYaml()
      • PropertyYaml

        public PropertyYaml​(Property property)
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getData_type

        public String getData_type()
      • setData_type

        public void setData_type​(String data_type)
      • getIs_primary

        public boolean getIs_primary()
      • setIs_primary

        public void setIs_primary​(boolean is_primary)
      • getIs_nullable

        public boolean getIs_nullable()
      • setIs_nullable

        public void setIs_nullable​(boolean is_nullable)