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


Copyright (c) 2013-2014 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)

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)

Parameters:
annotationString CHARACTER
 


Property Detail
Top

CHARACTER AnnotationType

Returns CHARACTER
 
Top

CHARACTER AttributeName

Returns CHARACTER
 
Top

CHARACTER AttributeValue

Returns CHARACTER