|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.FieldDisplayNameType
This class contains constants that indicate how the name of the field is displayed. Not all fields supply different forms of its name. If a particular form is not available, its short name is returned.
Field Summary | |
static int |
_description
Some databases provide a description of a field. |
static int |
_fieldName
The field's name without its prefix. |
static int |
_formulaName
The name as it could be used in a formula. |
static int |
_headingText
The name of the field as it would appear as the heading of a column. |
static int |
_longName
The fully qualified field name. |
static int |
_shortName
The field's name including the prefix indicating what kind of field it is. |
static FieldDisplayNameType |
description
Some databases provide a description of a field. |
static FieldDisplayNameType |
fieldName
The field's name without its prefix. |
static FieldDisplayNameType |
formulaName
The name as it could be used in a formula. |
static FieldDisplayNameType |
headingText
The name of the field as it would appear as the heading of a column. |
static FieldDisplayNameType |
longName
The fully qualified field name. |
static FieldDisplayNameType |
shortName
The field's name including the prefix indicating what kind of field it is. |
Method Summary | |
static FieldDisplayNameType |
from_int(int i)
Returns the FieldDisplayNameType corresponding to the specified int .
|
int |
value()
Returns the value of this FieldDisplayNameType object.
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int _fieldName
The field's name without its prefix. For a DBFields
object, this will be equivalent to
its short name.
public static final int _shortName
The field's name including the prefix indicating what kind of field it is. Formula fields are prefixed with @. SQL Expression Fields are prefixed with %. Parameter fields are prefixed with ?. Running total fields are prefixed with #.
public static final int _longName
The fully qualified field name.
public static final int _description
Some databases provide a description of a field. If there is no description for the field the method returns an empty string.
public static final int _formulaName
The name as it could be used in a formula.
public static final int _headingText
The name of the field as it would appear as the heading of a column.
public static final FieldDisplayNameType fieldName
The field's name without its prefix. For a DBFields
object, this will be equivalent to
its short name.
public static final FieldDisplayNameType shortName
The field's name including the prefix indicating what kind of field it is. Formula fields are prefixed with @. SQL Expression Fields are prefixed with %. Parameter fields are prefixed with ?. Running total fields are prefixed with #.
public static final FieldDisplayNameType longName
The fully qualified field name.
public static final FieldDisplayNameType description
Some databases provide a description of a field. If there is no description for the field the method returns an empty string.
public static final FieldDisplayNameType formulaName
The name as it could be used in a formula.
public static final FieldDisplayNameType headingText
The name of the field as it would appear as the heading of a column.
Method Detail |
public static final FieldDisplayNameType from_int(int i)
Returns the FieldDisplayNameType
corresponding to the specified int
.
i
- The int
value of the desired FieldDisplayNameType
.
FieldDisplayNameType
corresponding to the specified int
.public int value()
Returns the value of this FieldDisplayNameType
object.
int
that specifies the value of this FieldDisplayNameType
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |