| Package | Description |
|---|---|
| org.eclipse.scada.ui.chart.model | |
| org.eclipse.scada.ui.chart.model.impl | |
| org.eclipse.scada.ui.chart.viewer.profile |
| Modifier and Type | Field and Description |
|---|---|
static List<ProfileSwitcherType> |
ProfileSwitcherType.VALUES
A public read-only list of all the 'Profile Switcher Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ProfileSwitcherType |
ProfileSwitcherType.get(int value)
Returns the 'Profile Switcher Type' literal with the specified integer value.
|
static ProfileSwitcherType |
ProfileSwitcherType.get(String literal)
Returns the 'Profile Switcher Type' literal with the specified literal value.
|
static ProfileSwitcherType |
ProfileSwitcherType.getByName(String name)
Returns the 'Profile Switcher Type' literal with the specified name.
|
ProfileSwitcherType |
Chart.getProfileSwitcherType()
Returns the value of the 'Profile Switcher Type' attribute.
|
static ProfileSwitcherType |
ProfileSwitcherType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileSwitcherType[] |
ProfileSwitcherType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chart.setProfileSwitcherType(ProfileSwitcherType value)
Sets the value of the '
Profile Switcher Type' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected static ProfileSwitcherType |
ChartImpl.PROFILE_SWITCHER_TYPE_EDEFAULT
The default value of the '
Profile Switcher Type' attribute. |
protected ProfileSwitcherType |
ChartImpl.profileSwitcherType
The cached value of the '
Profile Switcher Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ProfileSwitcherType |
ChartFactoryImpl.createProfileSwitcherTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
ProfileSwitcherType |
ChartImpl.getProfileSwitcherType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChartImpl.setProfileSwitcherType(ProfileSwitcherType newProfileSwitcherType) |
| Modifier and Type | Method and Description |
|---|---|
ProfileSwitcherType |
ProfileManager.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileManager.setType(ProfileSwitcherType type) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.