java.lang.Object
dev.tuplle.petri4j.parser.petriflow.model.FieldView

public class FieldView extends Object

Java class for fieldView complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="fieldView">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="area" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="autocomplete" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="tree" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="table" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="image" type="{}booleanImageView"/>
         <element name="editor" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="htmlEditor" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="buttonType">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="standard"/>
               <enumeration value="raised"/>
               <enumeration value="stroked"/>
               <enumeration value="flat"/>
               <enumeration value="icon"/>
               <enumeration value="fab"/>
               <enumeration value="minifab"/>
             </restriction>
           </simpleType>
         </element>
         <element name="list">
           <simpleType>
             <union>
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <length value="0"/>
                 </restriction>
               </simpleType>
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 </restriction>
               </simpleType>
             </union>
           </simpleType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • area

      protected String area
    • autocomplete

      protected String autocomplete
    • tree

      protected String tree
    • table

      protected String table
    • image

      protected BooleanImageView image
    • editor

      protected Object editor
    • htmlEditor

      protected Object htmlEditor
    • buttonType

      protected String buttonType
    • list

      protected String list
  • Constructor Details

    • FieldView

      public FieldView()
  • Method Details

    • getArea

      public String getArea()
      Gets the value of the area property.
      Returns:
      possible object is String
    • setArea

      public void setArea(String value)
      Sets the value of the area property.
      Parameters:
      value - allowed object is String
    • getAutocomplete

      public String getAutocomplete()
      Gets the value of the autocomplete property.
      Returns:
      possible object is String
    • setAutocomplete

      public void setAutocomplete(String value)
      Sets the value of the autocomplete property.
      Parameters:
      value - allowed object is String
    • getTree

      public String getTree()
      Gets the value of the tree property.
      Returns:
      possible object is String
    • setTree

      public void setTree(String value)
      Sets the value of the tree property.
      Parameters:
      value - allowed object is String
    • getTable

      public String getTable()
      Gets the value of the table property.
      Returns:
      possible object is String
    • setTable

      public void setTable(String value)
      Sets the value of the table property.
      Parameters:
      value - allowed object is String
    • getImage

      public BooleanImageView getImage()
      Gets the value of the image property.
      Returns:
      possible object is BooleanImageView
    • setImage

      public void setImage(BooleanImageView value)
      Sets the value of the image property.
      Parameters:
      value - allowed object is BooleanImageView
    • getEditor

      public Object getEditor()
      Gets the value of the editor property.
      Returns:
      possible object is Object
    • setEditor

      public void setEditor(Object value)
      Sets the value of the editor property.
      Parameters:
      value - allowed object is Object
    • getHtmlEditor

      public Object getHtmlEditor()
      Gets the value of the htmlEditor property.
      Returns:
      possible object is Object
    • setHtmlEditor

      public void setHtmlEditor(Object value)
      Sets the value of the htmlEditor property.
      Parameters:
      value - allowed object is Object
    • getButtonType

      public String getButtonType()
      Gets the value of the buttonType property.
      Returns:
      possible object is String
    • setButtonType

      public void setButtonType(String value)
      Sets the value of the buttonType property.
      Parameters:
      value - allowed object is String
    • getList

      public String getList()
      Gets the value of the list property.
      Returns:
      possible object is String
    • setList

      public void setList(String value)
      Sets the value of the list property.
      Parameters:
      value - allowed object is String