Skip navigation links
com.essbase.eas.ui.editor.settings
Class EditorToken
java.lang.Object
com.essbase.eas.ui.editor.settings.EditorToken
-
public class EditorToken
- extends java.lang.Object
Constructor Summary |
EditorToken(java.lang.String name, int id)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEYWORD1
public static final byte KEYWORD1
-
- See Also:
- Constant Field Values
KEYWORD2
public static final byte KEYWORD2
-
- See Also:
- Constant Field Values
KEYWORD3
public static final byte KEYWORD3
-
- See Also:
- Constant Field Values
LITERAL1
public static final byte LITERAL1
-
- See Also:
- Constant Field Values
LITERAL2
public static final byte LITERAL2
-
- See Also:
- Constant Field Values
LABEL
public static final byte LABEL
-
- See Also:
- Constant Field Values
OPERATOR
public static final byte OPERATOR
-
- See Also:
- Constant Field Values
INVALID
public static final byte INVALID
-
- See Also:
- Constant Field Values
COMMENT1
public static final byte COMMENT1
-
- See Also:
- Constant Field Values
COMMENT2
public static final byte COMMENT2
-
- See Also:
- Constant Field Values
NUMBER
public static final byte NUMBER
-
- See Also:
- Constant Field Values
UNARYOP
public static final byte UNARYOP
-
- See Also:
- Constant Field Values
NULL
public static final byte NULL
-
- See Also:
- Constant Field Values
ID_COUNT
public static final byte ID_COUNT
-
- See Also:
- Constant Field Values
EditorToken
public EditorToken(java.lang.String name,
int id)
getName
public java.lang.String getName()
getId
public int getId()
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.