| Package | Description |
|---|---|
| org.eclipse.scada.vi.model | |
| org.eclipse.scada.vi.model.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<SystemCursorType> |
SystemCursorType.VALUES
A public read-only list of all the 'System Cursor Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SystemCursorType |
SystemCursorType.get(int value)
Returns the 'System Cursor Type' literal with the specified integer value.
|
static SystemCursorType |
SystemCursorType.get(String literal)
Returns the 'System Cursor Type' literal with the specified literal value.
|
static SystemCursorType |
SystemCursorType.getByName(String name)
Returns the 'System Cursor Type' literal with the specified name.
|
SystemCursorType |
SystemCursor.getType()
Returns the value of the 'Type' attribute.
|
static SystemCursorType |
SystemCursorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemCursorType[] |
SystemCursorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemCursor.setType(SystemCursorType value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected SystemCursorType |
SystemCursorImpl.type
The cached value of the '
Type' attribute. |
protected static SystemCursorType |
SystemCursorImpl.TYPE_EDEFAULT
The default value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
SystemCursorType |
VisualInterfaceFactoryImpl.createSystemCursorTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
SystemCursorType |
SystemCursorImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemCursorImpl.setType(SystemCursorType newType) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.