public class SystemCursorImpl extends CursorImpl implements SystemCursor
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected SystemCursorType |
type
The cached value of the '
Type' attribute. |
protected static SystemCursorType |
TYPE_EDEFAULT
The default value of the '
Type' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
SystemCursorImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
SystemCursorType |
getType() |
void |
setType(SystemCursorType newType) |
java.lang.String |
toString() |
protected static final SystemCursorType TYPE_EDEFAULT
Type' attribute.
getType()protected SystemCursorType type
Type' attribute.
getType()protected EClass eStaticClass()
eStaticClass in class CursorImplpublic SystemCursorType getType()
getType in interface SystemCursorSystemCursorType,
SystemCursor.setType(SystemCursorType),
VisualInterfacePackage.getSystemCursor_Type()public void setType(SystemCursorType newType)
setType in interface SystemCursornewType - the new value of the 'Type' attribute.SystemCursorType,
SystemCursor.getType()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0