Class FieldDeclaration


  • public class FieldDeclaration
    extends Object
    Represents a field declaration in object form: <field name='someField> <string ...
    Author:
    Joram Barrez, Frederik Heremans
    • 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)