Namespace: OpenEdge.ABLUnit.Reflection
Type: Class ClassInfo
Parent Classes:
Inherits: Progress.Lang.Object


Copyright (c) 2013 by Progress Software Corporation. All rights reserved.
File:ClassInfo
Purpose:Stores the information of the class and annotation preceding the class
Author(s):hgarapat
Created:Fri Jul 13 14:51:10 IST 2012



Method Summary
  Options Name Purpose
  OpenEdge.Core.Collections.Array getAnnotations ()
  CHARACTER getClassName ()

Constructor Summary
  Options Name Purpose
  ClassInfo (character, Array)

Property Summary
  Options Name Purpose
  OpenEdge.Core.Collections.Array annotationsInfo


Method Detail
Top

OpenEdge.Core.Collections.Array getAnnotations ()

Returns OpenEdge.Core.Collections.Array
 
Top

CHARACTER getClassName ()

Returns CHARACTER
 


Constructor Detail
Top

ClassInfo (character, Array)

Parameters:
pcClassName CHARACTER
 
poAnnotationsInfo OpenEdge.Core.Collections.Array
 


Property Detail
Top

OpenEdge.Core.Collections.Array annotationsInfo

Returns OpenEdge.Core.Collections.Array