Namespace: OpenEdge.ABLUnit.Reflection
Type: 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
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

CHARACTER getAnnotationName ()

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