public class ConstructorResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ColumnResult> |
column |
protected java.lang.String |
targetClass |
| Constructor and Description |
|---|
ConstructorResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColumnResult> |
getColumn()
Gets the value of the column property.
|
java.lang.String |
getTargetClass()
Gets the value of the targetClass property.
|
void |
setTargetClass(java.lang.String value)
Sets the value of the targetClass property.
|
protected java.util.List<ColumnResult> column
protected java.lang.String targetClass
public java.util.List<ColumnResult> getColumn()
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 column property.
For example, to add a new item, do as follows:
getColumn().add(newItem);
Objects of the following type(s) are allowed in the list
ColumnResult
public java.lang.String getTargetClass()
Stringpublic void setTargetClass(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.