Try OpenEdge Now
skip to main content
ABL Reference
Class, Interface, and Enumeration Reference : Progress.Reflect.AccessMode enumeration
 

Progress.Reflect.AccessMode enumeration

This enumeration describes the access mode of a given class member. Its members are returned as values of the AccessMode property of Progress.Reflect.Constructor, Progress.Reflect.Event, Progress.Reflect.Method, Progress.Reflect.Property, and Progress.Reflect.Variable instances.
This class is FINAL and cannot be inherited.

Serializable:

Yes

Super Class

Progress.Lang.Enum class

Members

Member
Description
Public
The class member is public.
Protected
The class member is protected.
Private
The class member is private.

Public Methods