|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.Enums
public abstract class Enums
The common base class of all Java language enumeration types.
Constructor Summary | |
---|---|
protected |
Enums(int value)
Creates a new instance of Enums . |
Method Summary | |
---|---|
void |
and(int value)
Performs the bitwise 'and' operator on the operands. |
abstract java.lang.String |
getName()
Gets the enumeration constant name. |
int |
getValue()
Gets the enumeration constant value. |
void |
or(int value)
Performs the bitwise 'or' operator on the operands. |
void |
xor(int value)
Performs the bitwise 'xor' operator on the operands. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Enums(int value)
Enums
.
value
- Value to associate with this enumeration constant.Enums
Method Detail |
---|
public abstract java.lang.String getName()
public int getValue()
public void and(int value)
value
- Value to 'and' with.public void or(int value)
value
- Value to 'or' with.public void xor(int value)
value
- Value to 'xor' with.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |