public enum SystemCursorType extends java.lang.Enum<SystemCursorType>
| Enum Constant and Description |
|---|
ARROW
The 'ARROW' literal object.
|
HAND
The 'HAND' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ARROW_VALUE
The 'ARROW' literal value.
|
static int |
HAND_VALUE
The 'HAND' literal value.
|
static java.util.List<SystemCursorType> |
VALUES
A public read-only list of all the 'System Cursor Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SystemCursorType |
get(int value)
Returns the 'System Cursor Type' literal with the specified integer value.
|
static SystemCursorType |
get(java.lang.String literal)
Returns the 'System Cursor Type' literal with the specified literal value.
|
static SystemCursorType |
getByName(java.lang.String name)
Returns the 'System Cursor Type' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static SystemCursorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemCursorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemCursorType ARROW
ARROW_VALUEpublic static final SystemCursorType HAND
HAND_VALUEpublic static final int ARROW_VALUE
If the meaning of 'ARROW' literal object isn't clear, there really should be more of a description here...
ARROW,
Constant Field Valuespublic static final int HAND_VALUE
If the meaning of 'HAND' literal object isn't clear, there really should be more of a description here...
HAND,
Constant Field Valuespublic static final java.util.List<SystemCursorType> VALUES
public static SystemCursorType[] values()
for (SystemCursorType c : SystemCursorType.values()) System.out.println(c);
public static SystemCursorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static SystemCursorType get(java.lang.String literal)
public static SystemCursorType getByName(java.lang.String name)
public static SystemCursorType get(int value)
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString in class java.lang.Enum<SystemCursorType>
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