Top Method Summary
Options Name Purpose
# CacheMapping (Class, character, character) Returns the List of annotations for the Enum
# Consultingwerk.Framework.TypeDescriptor.ListSerializableAnnotation GetEnumAnnotations (Class) Returns the List of annotations for the Enum
+ CHARACTER GetEnumMemberName (Class, character) Returns the mapped data value for an enum member
+ CHARACTER GetMappedDataValue (Class, character) Returns the mapped data value for an enum member


Method Detail
Top

PROTECTED CacheMapping (Class, character, character)

Purpose: Returns the List of annotations for the Enum
Notes:

Parameters:
poClass Progress.Lang.Class
The reference to the Enum class
pcEnumMember CHARACTER
The name of the enum member
pcDataValue CHARACTER
The mapped data value
Top

PROTECTED Consultingwerk.Framework.TypeDescriptor.ListSerializableAnnotation GetEnumAnnotations (Class)

Purpose: Returns the List of annotations for the Enum
Notes:

Parameters:
poClass Progress.Lang.Class
The reference to the Enum class
Returns Consultingwerk.Framework.TypeDescriptor.ListSerializableAnnotation
The list of annotations for the Enum
Top

PUBLIC CHARACTER GetEnumMemberName (Class, character)

Purpose: Returns the mapped data value for an enum member
Notes:

Parameters:
poClass Progress.Lang.Class
The reference to the Enum class
pcDataValue CHARACTER
The mapped data value
Returns CHARACTER
The mapped enum member name
Top

PUBLIC CHARACTER GetMappedDataValue (Class, character)

Purpose: Returns the mapped data value for an enum member
Notes:

Parameters:
poClass Progress.Lang.Class
The reference to the Enum class
pcEnumMember CHARACTER
The name of the enum member
Returns CHARACTER
The mapped data value


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:25