public class ActionParameter extends Object implements Serializable
Java class for ActionParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionParameter"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="values" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="fieldType" type="{http://atlasmap.io/v2}FieldType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
displayName |
protected FieldType |
fieldType |
protected String |
name |
protected List<String> |
values |
Constructor and Description |
---|
ActionParameter() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
FieldType |
getFieldType()
Gets the value of the fieldType property.
|
String |
getName()
Gets the value of the name property.
|
List<String> |
getValues()
Gets the value of the values property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setFieldType(FieldType value)
Sets the value of the fieldType property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected String displayName
protected String description
protected FieldType fieldType
public List<String> getValues()
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 values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public FieldType getFieldType()
FieldType
Copyright © 2019 JBoss by Red Hat. All rights reserved.