Class FieldDeclaration

    • Constructor Detail

      • FieldDeclaration

        public FieldDeclaration()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)