public class ViewColumn extends Object
Modifier and Type | Field and Description |
---|---|
String |
_protected
Whether getters and setters for the field in the database object
should be protected instead of public.
|
String |
description
The description of (== comment for) the view column.
|
String |
domain
The domain reference name to set common settings.
|
List<Inheritance> |
inheritances
The list of inheritances for this view column.
|
String |
javaName
The field name for the view column in the database object.
|
String |
javaType
The type of the field for the view column in the database object.
|
String |
name
The view column's name.
|
List<Option> |
options
The list of options for this view column.
|
View |
parent
The view to which the view column belongs.
|
String |
scale
The scale of the view column.
|
String |
select
The sql snippet which contains the value to select.
|
String |
size
How many decimal places, characters or bytes the view column can take.
|
String |
type
The 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.