| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Defines integer constants needed for identification of properties.
| Field Summary | |
final static int | ABSTRACTProperty indicating that this element is an abstract class or method. |
final static int | COMPILEDProperty indicating that this element is a compiled class. |
final static int | CONST |
final static int | CONSTRUCTORProperty indicating that this element is a constructor. |
final static int | DESTRUCTORProperty indicating that this element is a destructor. |
final static int | ENUMProperty indicating that this element is an enum (CORBA IDL only) . |
final static int | EXCEPTIONProperty indicating that this element is an exception (CORBA IDL only) . |
final static int | FINALProperty indicating that this element has the final modifier (Java only). |
final static int | INLINEProperty indicating that this element is an inline function (C++ only). |
final static int | INTERFACEProperty indicating that this element is an interface (Java only). |
final static int | NATIVEProperty indicating that this element is has the native modifier (Java only). |
final static int | PACKAGE_LOCALProperty indicating that this element has a package local access modifier. |
final static int | PRIVATEProperty indicating that this element has a private access modifier. |
final static int | PROTECTEDProperty indicating that this element has a protected access modifier. |
final static int | PUBLICProperty indicating that this element has a public access modifier. |
final static int | PUREProperty indicating that this element is a PURE element. |
final static int | STATICProperty indicating that this element is static. |
final static int | SYNCHRONIZEDProperty indicating that this element has the synchronize modifier (Java only). |
final static int | TEMPLATEProperty indicating that this element is a template (c++ only). |
final static int | TRANSIENTProperty indicating that this element has the transient modifier (Java only). |
final static int | UNIONProperty indicating that this element is an union (CORBA IDL only) . |
final static int | VALUETYPEProperty indicating that this element is a valuetype (CORBA IDL only) . |
final static int | VIRTUALProperty indicating that this element is a virtual function (C++ only). |
final static int | VOLATILEProperty indicating that this element has the volatile modifier. |
| Field Detail |
public final static int ABSTRACT
public final static int COMPILED
public final static int CONST
public final static int CONSTRUCTOR
public final static int DESTRUCTOR
public final static int ENUM
public final static int EXCEPTION
public final static int FINAL
final modifier (Java only).public final static int INLINE
public final static int INTERFACE
public final static int NATIVE
native modifier (Java only). For operations only.public final static int PACKAGE_LOCAL
public final static int PRIVATE
public final static int PROTECTED
public final static int PUBLIC
public final static int PURE
public final static int STATIC
public final static int SYNCHRONIZED
synchronize modifier (Java only). For operations only.public final static int TEMPLATE
public final static int TRANSIENT
transient modifier (Java only). For attributes only.public final static int UNION
public final static int VALUETYPE
public final static int VIRTUAL
public final static int VOLATILE
volatile modifier. For attributes only.
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||