|
|
com.sun.star.uno
|
||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
protected |
Enum(int value)
Constructs a enum value. |
| Method Summary | |
int |
getValue()
Get the integer value of an enum value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Enum
protected Enum(int value)
- Constructs a enum value.
- Parameters:
value- the integer value of this enum value.
| Method Detail |
getValue
public final int getValue()
- Get the integer value of an enum value.
- Returns:
- the integer value.
|
UDK 3.2.0 Java API Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||


