Namespace: Consultingwerk.OERA.Enum
Class 
RowStateEnum Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Enum

File:RowStateEnum
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Sep 12 15:00:26 CEST 2011
Notes:ROW-UNMODIFIED 0 The row was not modified.
ROW-DELETED 1 The row was deleted.
ROW-MODIFIED 2 The row was modified.
ROW-CREATED 3 The row was created.



Top Method Summary
Options Name Purpose
Consultingwerk.OERA.Enum.RowStateEnum FromInteger (integer) Returns the RowStateEnum member matching the integer ROW-STATE value
Consultingwerk.OERA.Enum.RowStateEnum FromString (character) Returns the reference to the Enum member with the given name
Consultingwerk.OERA.Enum.RowStateEnum FromValue (integer) Returns the reference to the Enum member with the given value
Consultingwerk.Framework.Collections.CharacterList GetNames () Returns a CharacterList with the names of the Enum members
CHARACTER ToAblConstant () Returns the representation of the RowStateEnum value which is the same as the ABL ROW-STATE compiler constants
INTEGER ToInteger () Returns the Integer value of the Enum member

Top Constructor Summary
Options Name Purpose
RowStateEnum (integer, character) Constructor for the RowStateEnum class

Top Property Summary
Options Name Purpose
Consultingwerk.OERA.Enum.RowStateEnum RowCreated
Consultingwerk.OERA.Enum.RowStateEnum RowDeleted
Consultingwerk.OERA.Enum.RowStateEnum RowModified
Consultingwerk.OERA.Enum.RowStateEnum RowUnmodified
Consultingwerk.OERA.Enum.RowStateEnum Unknown


Method Detail
Top

Consultingwerk.OERA.Enum.RowStateEnum FromInteger (integer)

Purpose: Returns the RowStateEnum member matching the integer ROW-STATE value
Notes:

Parameters:
piValue INTEGER
The integer ROW-STATE value
Returns Consultingwerk.OERA.Enum.RowStateEnum
The mathing RowStateEnum member
Top

Consultingwerk.OERA.Enum.RowStateEnum FromString (character)

Purpose: Returns the reference to the Enum member with the given name
Notes: Only supported from OpenEdge 11.0 on

Parameters:
pcMemberName CHARACTER
The name of the Enum member to return
Returns Consultingwerk.OERA.Enum.RowStateEnum
The reference to the Enum member
Top

Consultingwerk.OERA.Enum.RowStateEnum FromValue (integer)

Purpose: Returns the reference to the Enum member with the given value
Notes: Only supported from OpenEdge 11.0 on

Parameters:
piValue INTEGER
The value of the Enum member to return
Returns Consultingwerk.OERA.Enum.RowStateEnum
The reference to the Enum member
Top

Consultingwerk.Framework.Collections.CharacterList GetNames ()

Purpose: Returns a CharacterList with the names of the Enum members
Notes:

Returns Consultingwerk.Framework.Collections.CharacterList
The CharacterList with the names of the Enum members
Top

CHARACTER ToAblConstant ()

Purpose: Returns the representation of the RowStateEnum value which is the
same as the ABL ROW-STATE compiler constants
Notes:

Returns CHARACTER
The representation of the RowStateEnum value which is the same as the ABL ROW-STATE compiler constants
Top

INTEGER ToInteger ()

Purpose: Returns the Integer value of the Enum member
Notes:

Returns INTEGER
The INTEGER Value matching the Enum member


Constructor Detail
Top

RowStateEnum (integer, character)

Purpose: Constructor for the RowStateEnum class
Notes:

Parameters:
piValue INTEGER
The integer enum value
pcLabel CHARACTER
The character enum label


Property Detail
Top

Consultingwerk.OERA.Enum.RowStateEnum RowCreated


Returns Consultingwerk.OERA.Enum.RowStateEnum
Top

Consultingwerk.OERA.Enum.RowStateEnum RowDeleted


Returns Consultingwerk.OERA.Enum.RowStateEnum
Top

Consultingwerk.OERA.Enum.RowStateEnum RowModified


Returns Consultingwerk.OERA.Enum.RowStateEnum
Top

Consultingwerk.OERA.Enum.RowStateEnum RowUnmodified


Returns Consultingwerk.OERA.Enum.RowStateEnum
Top

Consultingwerk.OERA.Enum.RowStateEnum Unknown


Returns Consultingwerk.OERA.Enum.RowStateEnum


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:22:12