public class ViewColumn extends Object
| Modifier and Type | Field and Description | 
|---|---|
| String | _protectedWhether getters and setters for the field in the database object
 should be protected instead of public. | 
| String | descriptionThe description of (== comment for) the view column. | 
| String | domainThe domain reference name to set common settings. | 
| List<Inheritance> | inheritancesThe list of inheritances for this view column. | 
| String | javaNameThe field name for the view column in the database object. | 
| String | javaTypeThe type of the field for the view column in the database object. | 
| String | nameThe view column's name. | 
| List<Option> | optionsThe list of options for this view column. | 
| View | parentThe view to which the view column belongs. | 
| String | scaleThe scale of the view column. | 
| String | selectThe sql snippet which contains the value to select. | 
| String | sizeHow many decimal places, characters or bytes the view column can take. | 
| String | typeThe type of the view column. | 
| Constructor and Description | 
|---|
| ViewColumn() | 
public View parent
public List<Inheritance> inheritances
public String name
public String type
public String size
public String scale
public String javaName
public String javaType
public String domain
public String select
public String _protected
public String description
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.