| ||||||||||
| 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 | CUSTOMProperty indicating that this element has the custom modifier (CORBA IDL only). |
final static int | DEFAULTProperty indicating that this element has the default modifier (VB.Net only). |
final static int | DELEGATEProperty indicating that this element represents a delegate (VB.Net and C# only). |
final static int | DESTRUCTORProperty indicating that this element is a destructor. |
final static int | ENUMProperty indicating that this element is an enum (C++ and CORBA IDL only) . |
final static int | EVENTProperty indicating that this element represents a declaration of event (Visual Basic, VB.Net and C#). |
final static int | EVENT_ADDProperty indicating that the accessor is the add part of compound event declaration This property is read-only. |
final static int | EVENT_REMOVEProperty indicating that the accessor is the remove part of compound event declaration This property is read-only. |
final static int | EXCEPTIONProperty indicating that this element is an exception (CORBA IDL only) . |
final static int | EXPLICITProperty indicating that this element has the explicit modifier (C# only). |
final static int | EXTERNProperty indicating that this element has an extern modifier. |
final static int | FINALProperty indicating that this element has the final modifier (Java only). |
final static int | FORMProperty indicating that this element is a form. |
final static int | FRIENDProperty indicating that this element has the Friend modifier (Visual Basic and VB.Net only). |
final static int | FROM_MACROProperty indicating that this element is a result of macro expanding (C++ and CORBA IDL only) |
final static int | IDL_READ_ONLYDeprecated. Please use SciProperty.READ_ONLY instead |
final static int | IMPLICITProperty indicating that this element has the implicit modifier (C# only). |
final static int | INDEXERProperty indicating that this element is an indexer (C# only). |
final static int | INDEXER_GETProperty indicating that the accessor is a getter for an indexer. |
final static int | INDEXER_SETProperty indicating that the accessor is a setter for an indexer. |
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 and C# only). |
final static int | INTERNALProperty indicating that this element has internal visibility (C# only). |
final static int | MODULEProperty indicating that this element is a module. |
final static int | MUSTINHERITProperty indicating that this element has the mustinherit modifier (VB.Net only). |
final static int | MUSTOVERRIDEProperty indicating that this element has the mustoverride modifier (VB.Net only). |
final static int | NATIVEProperty indicating that this element has the native modifier (Java only). |
final static int | NEWProperty indicating that this element has the new modifier (C# only). |
final static int | NOTINHERITABLEProperty indicating that this element has the notinheritable modifier (VB.Net only). |
final static int | NOTOVERRIDABLEProperty indicating that this element has the notoverridable modifier (VB.Net only). |
final static int | ONEWAYProperty indicating that this element has the custom modifier (CORBA IDL only). |
final static int | OPERATORProperty indicating that this element is an operator. |
final static int | OVERLOADSProperty indicating that this element has the overloads modifier (VB.Net only). |
final static int | OVERRIDABLEProperty indicating that this element has the overridable modifier (VB.Net only). |
final static int | OVERRIDEProperty indicating that this element has the override modifier (C# only). |
final static int | OVERRIDESProperty indicating that this element has the overrides modifier (VB.Net only). |
final static int | PACKAGE_LOCALProperty indicating that this element has a package local access modifier. |
final static int | PARAMETER_BYREFProperty indicating that this parameter is passed by reference. |
final static int | PARAMETER_BYVALUEProperty indicating that this parameter is passed by value. |
final static int | PARAMETER_INProperty indicating that this parameter is 'in'. |
final static int | PARAMETER_INOUTProperty indicating that this parameter is 'inout'. |
final static int | PARAMETER_OPTIONALProperty indicating that this parameter is optional. |
final static int | PARAMETER_OUTProperty indicating that this parameter is 'out'. |
final static int | PARAMETER_PARAMSProperty indicating that this parameter is specified with params modifier. |
final static int | PRIVATEProperty indicating that this element has a private access modifier. |
final static int | PROCEDUREProperty indicating that this element is a procedure. |
final static int | PROPERTYProperty indicating that this element is a property. |
final static int | PROPERTY_GETProperty indicating that this element has the Propety Get modifier (Visual Basic only). |
final static int | PROPERTY_LETProperty indicating that this element has the Propety Let modifier (Visual Basic only). |
final static int | PROPERTY_SETProperty indicating that this element has the Propety Set modifier (Visual Basic only). |
final static int | PROTECTEDProperty indicating that this element has a protected access modifier. |
final static int | PROTECTED_FRIENDProperty indicating that this element has protected friend visibility (VB.Net only). |
final static int | PROTECTED_INTERNALProperty indicating that this element has protected internal visibility (C# only). |
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 | READ_ONLYProperty indicating that this element has the readonly modifier (CORBA IDL and C# only). |
final static int | SEALEDProperty indicating that this element has the sealed modifier (C# only). |
final static int | SHADOWSProperty indicating that this element has the shadows modifier (C# only). |
final static int | SHAREDProperty indicating that this element has the shared modifier (VB.Net only). |
final static int | STATICProperty indicating that this element is static. |
final static int | STRUCTProperty indicating that this element is a structure. |
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 | TRUNCATABLEProperty indicating that this element has the truncatable modifier (CORBA IDL only). |
final static int | TYPEDEFProperty indicating that this elements is a typedef declaration. |
final static int | UNIONProperty indicating that this element is a union (C++ and CORBA IDL only) . |
final static int | UNNAMEDProperty indicating that this element is an unnamed class/structure/union (for C++) or an anonymous class (for Java). |
final static int | UNSAFEProperty indicating that the entity is declared with unsafe modifier. |
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++ and C# only). |
final static int | VOLATILEProperty indicating that this element has the volatile modifier. |
final static int | WRITEONLYProperty indicating that this element has the writeonly modifier (VB.Net only). |
| 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 CUSTOM
custom modifier (CORBA IDL only).public final static int DEFAULT
default modifier (VB.Net only).
public final static int DELEGATE
public final static int DESTRUCTOR
public final static int ENUM
public final static int EVENT
public final static int EVENT_ADD
public final static int EVENT_REMOVE
public final static int EXCEPTION
public final static int EXPLICIT
explicit modifier (C# only). For operations only.public final static int EXTERN
extern modifier.
public final static int FINAL
final modifier (Java only).public final static int FORM
public final static int FRIEND
Friend modifier (Visual Basic and VB.Net only).public final static int FROM_MACRO
public final static int IDL_READ_ONLY
SciProperty.READ_ONLY insteadpublic final static int IMPLICIT
implicit modifier (C# only). For operations only.public final static int INDEXER
public final static int INDEXER_GET
public final static int INDEXER_SET
public final static int INLINE
public final static int INTERFACE
public final static int INTERNAL
internal visibility (C# only).public final static int MODULE
public final static int MUSTINHERIT
mustinherit modifier (VB.Net only).
public final static int MUSTOVERRIDE
mustoverride modifier (VB.Net only).
public final static int NATIVE
native modifier (Java only). For operations only.public final static int NEW
new modifier (C# only).public final static int NOTINHERITABLE
notinheritable modifier (VB.Net only).
public final static int NOTOVERRIDABLE
notoverridable modifier (VB.Net only).
public final static int ONEWAY
custom modifier (CORBA IDL only). For operations only.public final static int OPERATOR
public final static int OVERLOADS
overloads modifier (VB.Net only).
public final static int OVERRIDABLE
overridable modifier (VB.Net only).
public final static int OVERRIDE
override modifier (C# only). For operations only.public final static int OVERRIDES
overrides modifier (VB.Net only).
public final static int PACKAGE_LOCAL
public final static int PARAMETER_BYREF
public final static int PARAMETER_BYVALUE
public final static int PARAMETER_IN
public final static int PARAMETER_INOUT
public final static int PARAMETER_OPTIONAL
public final static int PARAMETER_OUT
public final static int PARAMETER_PARAMS
params modifier. (C# only)
public final static int PRIVATE
public final static int PROCEDURE
public final static int PROPERTY
public final static int PROPERTY_GET
Propety Get modifier (Visual Basic only). For operations only.public final static int PROPERTY_LET
Propety Let modifier (Visual Basic only). For operations only.public final static int PROPERTY_SET
Propety Set modifier (Visual Basic only). For operations only.public final static int PROTECTED
public final static int PROTECTED_FRIEND
protected friend visibility (VB.Net only).public final static int PROTECTED_INTERNAL
protected internal visibility (C# only).public final static int PUBLIC
public final static int PURE
public final static int READ_ONLY
readonly modifier (CORBA IDL and C# only). For attributes only.public final static int SEALED
sealed modifier (C# only).public final static int SHADOWS
shadows modifier (C# only).public final static int SHARED
shared modifier (VB.Net only).
public final static int STATIC
public final static int STRUCT
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 TRUNCATABLE
truncatable modifier (CORBA IDL only). For inheritances only.public final static int TYPEDEF
public final static int UNION
public final static int UNNAMED
public final static int UNSAFE
unsafe modifier.
public final static int VALUETYPE
public final static int VIRTUAL
public final static int VOLATILE
volatile modifier. For attributes only.public final static int WRITEONLY
writeonly modifier (VB.Net only).
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||