public enum PropertyScope extends Enum<PropertyScope>
| Enum Constant and Description |
|---|
BAND |
BREAK_ELEMENT |
CHART_ELEMENT |
COMPONENT |
CONTEXT |
CROSSTAB |
CROSSTAB_CELL |
DATASET |
ELEMENT |
EXTENSION |
FIELD |
FRAME |
GENERIC_ELEMENT |
GLOBAL |
HYPERLINK |
IMAGE_ELEMENT |
INTERNAL |
PARAMETER |
PART |
REPORT |
SUBDATASET_RUN |
SUBREPORT |
SYSTEM |
TABLE_CELL |
TABLE_COLUMN |
TEXT_ELEMENT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PropertyScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyScope SYSTEM
public static final PropertyScope GLOBAL
public static final PropertyScope CONTEXT
public static final PropertyScope REPORT
public static final PropertyScope DATASET
public static final PropertyScope SUBDATASET_RUN
public static final PropertyScope BAND
public static final PropertyScope PARAMETER
public static final PropertyScope FIELD
public static final PropertyScope ELEMENT
public static final PropertyScope SUBREPORT
public static final PropertyScope HYPERLINK
public static final PropertyScope PART
public static final PropertyScope CHART_ELEMENT
public static final PropertyScope TEXT_ELEMENT
public static final PropertyScope BREAK_ELEMENT
public static final PropertyScope COMPONENT
public static final PropertyScope CROSSTAB
public static final PropertyScope CROSSTAB_CELL
public static final PropertyScope IMAGE_ELEMENT
public static final PropertyScope FRAME
public static final PropertyScope GENERIC_ELEMENT
public static final PropertyScope TABLE_COLUMN
public static final PropertyScope TABLE_CELL
public static final PropertyScope EXTENSION
public static final PropertyScope INTERNAL
public static PropertyScope[] values()
for (PropertyScope c : PropertyScope.values()) System.out.println(c);
public static PropertyScope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<PropertyScope>Copyright © 2020 TIBCO Software Inc.. All rights reserved.