public class EditorProperty extends Object
Java class for editorProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="editorProperty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{}parameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="qualifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="editorCode" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
editorCode |
protected List<Parameter> |
parameter |
protected String |
qualifier |
protected Boolean |
visible |
| Constructor and Description |
|---|
EditorProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEditorCode()
Gets the value of the editorCode property.
|
List<Parameter> |
getParameter()
Gets the value of the parameter property.
|
String |
getQualifier()
Gets the value of the qualifier property.
|
Boolean |
isVisible()
Gets the value of the visible property.
|
void |
setEditorCode(String value)
Sets the value of the editorCode property.
|
void |
setQualifier(String value)
Sets the value of the qualifier property.
|
void |
setVisible(Boolean value)
Sets the value of the visible property.
|
protected String qualifier
protected String editorCode
protected Boolean visible
public List<Parameter> getParameter()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object. This is why there is not a set method for the parameter
property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list Parameter
public String getQualifier()
Stringpublic void setQualifier(String value)
value - allowed object is Stringpublic String getEditorCode()
Stringpublic void setEditorCode(String value)
value - allowed object is Stringpublic Boolean isVisible()
BooleanCopyright © 2017 SAP SE. All Rights Reserved.