![]() | NameAccessModifier Fields |
The NameAccessModifier type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | INTERNAL |
Internal is used for objects that may be used with the modules of the same module name.
|
![]() ![]() | PRECONFIGURED |
Preconfigured is used for objects that are preconfigured by configuration.
|
![]() ![]() | PRIVATE |
Private is used for objects that may be used with the same module.
|
![]() ![]() | PUBLIC |
Public is used for objects that may be used by other modules irrespective of module names.
|
![]() ![]() | TRANSIENT |
Transient is used for non-visible objects that are only visible for the purpose of statement-internal processing.
|
![]() | value__ |