public class ConstructorResult extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected List<ColumnResult> | 
column  | 
protected String | 
targetClass  | 
| Constructor and Description | 
|---|
ConstructorResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ColumnResult> | 
getColumn()
Gets the value of the column property. 
 | 
String | 
getTargetClass()
Gets the value of the targetClass property. 
 | 
void | 
setTargetClass(String value)
Sets the value of the targetClass property. 
 | 
protected List<ColumnResult> column
protected String targetClass
public 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 String getTargetClass()
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.