Powered by Zoomin Software. For more details please contactZoomin

OpenEdge ABL API Reference

OpenEdge.ABLUnit.Reflection.AnnotationInfo

  • Last Updated: January 15, 2026
  • 1 minute read
    • OpenEdge
    • Documentation
Namespace: OpenEdge.ABLUnit.Reflection
Type: Class AnnotationInfo
Parent Classes:
Inherits: Progress.Lang.Object


Copyright (c) 2013-2014,2020,2024 by Progress Software Corporation. All rights reserved.
File:AnnotationInfo
Purpose:Stores the information of the Annotation like annotation type and attribute type and values.
Syntax:@Test[(attribute=value)]
Author(s):hgarapat
Created:Tue Jul 03 14:21:46 IST 2012
Notes:https://docs.progress.com/bundle/openedge-developer-studio-help/page/ABL-annotation-syntax.html



Method Summary
  Options Name Purpose
  CHARACTER GetAnnotationName ()
  CHARACTER GetAnnotationType ()
  CHARACTER GetAttributeName ()
  CHARACTER GetAttributeValue ()

Constructor Summary
  Options Name Purpose
  AnnotationInfo (character) /* Constructor @param character The complete annotation string, from XML-XREF typically */
  AnnotationInfo (character, character, character) /* Constructor @param character The annotation type @param character The attribute name @param character The attribute value */

Property Summary
  Options Name Purpose
  CHARACTER AnnotationType
  CHARACTER AttributeName
  CHARACTER AttributeValue


Method Detail
Top

CHARACTER GetAnnotationName ()

Returns CHARACTER
 
Top

CHARACTER GetAnnotationType ()

Returns CHARACTER
 
Top

CHARACTER GetAttributeName ()

Returns CHARACTER
 
Top

CHARACTER GetAttributeValue ()

Returns CHARACTER
 


Constructor Detail
Top

AnnotationInfo (character)

/* Constructor
Parameters:
annotationString CHARACTER
 
Top

AnnotationInfo (character, character, character)

/* Constructor
Parameters:
pType CHARACTER
 
pName CHARACTER
 
pValue CHARACTER
 


Property Detail
Top

CHARACTER AnnotationType

Returns CHARACTER
 
Top

CHARACTER AttributeName

Returns CHARACTER
 
Top

CHARACTER AttributeValue

Returns CHARACTER
 


TitleResults for “How to create a CRG?”Also Available inAlert