Class PropertyImpl

    • Field Detail

      • nameAttribute

        protected static Attribute<java.lang.String> nameAttribute
      • typeAttribte

        protected static Attribute<java.lang.String> typeAttribte
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Property
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface Property
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface Property
      • setType

        public void setType​(java.lang.String type)
        Specified by:
        setType in interface Property
      • registerType

        public static void registerType​(ModelBuilder modelBuilder)