Package | Description |
---|---|
org.eclipse.birt.chart.model.attribute |
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
|
org.eclipse.birt.chart.model.attribute.impl |
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
|
org.eclipse.birt.chart.model.data |
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
|
org.eclipse.birt.chart.model.data.impl |
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
|
Modifier and Type | Field and Description |
---|---|
static java.util.List<TriggerFlow> |
TriggerFlow.VALUES
A public read-only list of all the 'Trigger Flow' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static TriggerFlow |
TriggerFlow.get(int value)
Returns the 'Trigger Flow' literal with the specified integer value.
|
static TriggerFlow |
TriggerFlow.get(java.lang.String literal)
Returns the 'Trigger Flow' literal with the specified literal value.
|
static TriggerFlow |
TriggerFlow.getByName(java.lang.String name)
Returns the 'Trigger Flow' literal with the specified name.
|
static TriggerFlow |
TriggerFlow.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TriggerFlow[] |
TriggerFlow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TriggerFlow |
AttributeFactoryImpl.createTriggerFlowFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
TriggerFlow |
AttributeFactoryImpl.createTriggerFlowObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
TriggerFlow |
Trigger.getTriggerFlow()
Returns the value of the 'Trigger Flow' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Trigger.setTriggerFlow(TriggerFlow value)
Sets the value of the '
Trigger Flow ' attribute. |
Modifier and Type | Method and Description |
---|---|
TriggerFlow |
TriggerImpl.getTriggerFlow() |
Modifier and Type | Method and Description |
---|---|
void |
TriggerImpl.setTriggerFlow(TriggerFlow newTriggerFlow) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.