OpenEdge.ABLUnit.Reflection.AnnotationInfo
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Documentation
|
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
CHARACTER GetAnnotationName ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER GetAnnotationType ()
|
||||||||
CHARACTER GetAttributeName ()
|
||||||||
CHARACTER GetAttributeValue ()
|
||||||||
Constructor Detail
AnnotationInfo (character)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AnnotationInfo (character, character, character)
|
||||||||||||||||||||
Property Detail
CHARACTER AnnotationType
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER AttributeName
|
||||||||
CHARACTER AttributeValue
|
||||||||