Namespace: OpenEdge.ABLUnit.Reflection
Class
AnnotationInfo
Parent classes:
Inherits: Progress.Lang.Object

Copyright (c) 2013-2014, 2020 by Progress Software Corporation. All rights reserved.
File:AnnotationInfo
Purpose:Stores the information of the Annotation like annotation type and attribute type and values.
Author(s):hgarapat
Created:Tue Jul 03 14:21:46 IST 2012




Method Summary
Options Name Purpose
CHARACTER getAnnotationName ()
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

PUBLIC CHARACTER getAnnotationName ()

Returns CHARACTER
Top

PUBLIC CHARACTER getAttributeName ()

Returns CHARACTER
Top

PUBLIC CHARACTER getAttributeValue ()

Returns CHARACTER


Constructor Detail
Top

PUBLIC AnnotationInfo (character)

/* Constructor
Parameters:
annotationString CHARACTER
Top

PUBLIC AnnotationInfo (character, character, character)

/* Constructor
Parameters:
pType CHARACTER
pName CHARACTER
pValue CHARACTER


Property Detail
Top

PUBLIC CHARACTER AnnotationType

Returns CHARACTER
Top

PUBLIC CHARACTER AttributeName

Returns CHARACTER
Top

PUBLIC CHARACTER AttributeValue

Returns CHARACTER


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0