![]() | NameAccessModifierExtensions Class |
[Missing <summary> documentation for "T:com.espertech.esper.common.client.util.NameAccessModifierExtensions"]
Namespace: com.espertech.esper.common.client.util
public static class NameAccessModifierExtensions
The NameAccessModifierExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | IsModuleProvidedAccessModifier |
Returns true if the modifier can be used by modules i.e. returns true for private, protected and public.
Returns false for preconfigured since preconfigured is reserved for configured objects.
Returns false for transient as transient is reserved for internal use
|
![]() ![]() | IsNonPrivateNonTransient |
Returns true for a public and protected and false for all others
|
![]() ![]() | IsPrivateOrTransient |
Returns true for a private and transient and false for all others
|
![]() ![]() | Visible |
Returns indicator whether the object is visible.
Always false if the object is private or transient. Always true if the object is public or preconfigured. For protected the module name must match |