Class FieldView
java.lang.Object
dev.tuplle.petri4j.parser.petriflow.model.FieldView
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetArea()
Gets the value of the area property.Gets the value of the autocomplete property.Gets the value of the buttonType property.Gets the value of the editor property.Gets the value of the htmlEditor property.getImage()
Gets the value of the image property.getList()
Gets the value of the list property.getTable()
Gets the value of the table property.getTree()
Gets the value of the tree property.void
Sets the value of the area property.void
setAutocomplete
(String value) Sets the value of the autocomplete property.void
setButtonType
(String value) Sets the value of the buttonType property.void
Sets the value of the editor property.void
setHtmlEditor
(Object value) Sets the value of the htmlEditor property.void
setImage
(BooleanImageView value) Sets the value of the image property.void
Sets the value of the list property.void
Sets the value of the table property.void
Sets the value of the tree property.
-
Field Details
-
area
-
autocomplete
-
tree
-
table
-
image
-
editor
-
htmlEditor
-
buttonType
-
list
-
-
Constructor Details
-
FieldView
public FieldView()
-
-
Method Details
-
getArea
Gets the value of the area property.- Returns:
- possible object is
String
-
setArea
Sets the value of the area property.- Parameters:
value
- allowed object isString
-
getAutocomplete
Gets the value of the autocomplete property.- Returns:
- possible object is
String
-
setAutocomplete
Sets the value of the autocomplete property.- Parameters:
value
- allowed object isString
-
getTree
Gets the value of the tree property.- Returns:
- possible object is
String
-
setTree
Sets the value of the tree property.- Parameters:
value
- allowed object isString
-
getTable
Gets the value of the table property.- Returns:
- possible object is
String
-
setTable
Sets the value of the table property.- Parameters:
value
- allowed object isString
-
getImage
Gets the value of the image property.- Returns:
- possible object is
BooleanImageView
-
setImage
Sets the value of the image property.- Parameters:
value
- allowed object isBooleanImageView
-
getEditor
Gets the value of the editor property.- Returns:
- possible object is
Object
-
setEditor
Sets the value of the editor property.- Parameters:
value
- allowed object isObject
-
getHtmlEditor
Gets the value of the htmlEditor property.- Returns:
- possible object is
Object
-
setHtmlEditor
Sets the value of the htmlEditor property.- Parameters:
value
- allowed object isObject
-
getButtonType
Gets the value of the buttonType property.- Returns:
- possible object is
String
-
setButtonType
Sets the value of the buttonType property.- Parameters:
value
- allowed object isString
-
getList
Gets the value of the list property.- Returns:
- possible object is
String
-
setList
Sets the value of the list property.- Parameters:
value
- allowed object isString
-