DictClass Class

The DictClass class provides information about a class.

Syntax

class DictClass extends Object

Run On

Called

Methods

  Method Description
Gg837663.pubmethod(en-us,AX.60).gif callObject Calls a method on an object.
Gg837663.pubmethod(en-us,AX.60).gif callStatic Calls a static method.
Gg837663.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif extend Provides the ID for the class that a specified class extends.
Gg837663.pubmethod(en-us,AX.60).gif extendedBy Provides a List object for the classes that extend a specified class.
Gg837663.pubmethod(en-us,AX.60).gif getAllAttributes Retrieves the full set of attributes for the class.
Gg837663.pubmethod(en-us,AX.60).gif getAttribute Gets the first matching attribute from the class header metadata, creates an instance of the Object class that represents it, and returns it.
Gg837663.pubmethod(en-us,AX.60).gif getAttributes
Gg837663.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif id Provides the ID for a specified class.
Gg837663.pubmethod(en-us,AX.60).gif implements Provides the ID for a specified interface that a class implements.
Gg837663.pubmethod(en-us,AX.60).gif implementsCnt Indicates the number of interfaces that a class implements.
Gg837663.pubmethod(en-us,AX.60).gif isAbstract Indicates whether a class is abstract.
Gg837663.pubmethod(en-us,AX.60).gif isFinal Indicates whether a class is final.
Gg837663.pubmethod(en-us,AX.60).gif isInterface Indicates whether an object is an interface.
Gg837663.pubmethod(en-us,AX.60).gif isKernel Indicates whether a class is a kernel class.
Gg837663.pubmethod(en-us,AX.60).gif isRunable Indicates whether a class can be run.
Gg837663.pubmethod(en-us,AX.60).gif makeObject Creates an object.
Gg837663.pubmethod(en-us,AX.60).gif name Provides the name of a class.
Gg837663.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Overrides the new Method.)
Gg837663.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif objectMethod Provides the name of a specified instance method in a class.
Gg837663.pubmethod(en-us,AX.60).gif objectMethodCnt Indicates the number of instance methods in a class.
Gg837663.pubmethod(en-us,AX.60).gif objectMethodObject Provides information about a specified instance method in a class by returning a DictMethod object.
Gg837663.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif RunMode Specifies where a class is executed.
Gg837663.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif staticMethod Provides the name of a specified static method in a class.
Gg837663.pubmethod(en-us,AX.60).gif staticMethodCnt Indicates the number of static methods in a class.
Gg837663.pubmethod(en-us,AX.60).gif staticMethodObject Provides information about a specified static method in a class by returning a DictMethod object.
Gg837663.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg837663.pubmethod(en-us,AX.60).gif Gg837663.static(en-us,AX.60).gif ::getAttributedClasses

Top

Inheritance Hierarchy

Object Class
  DictClass Class
    SysDictClass Class