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
+ LOGICAL Equals (Object) Compares this Enum member to another member of this Enum by Value
Inherited from Consultingwerk.Enum
+ Consultingwerk.OERA.Enum.RowStateEnum FromInteger (integer) Returns the RowStateEnum member matching the integer ROW-STATE value
+ Consultingwerk.Framework.Collections.CharacterList GetNames () Returns a CharacterList with the names of the Enum members
+ F INT64 GetValue () Returns the Value of the Enum Member
Inherited from Consultingwerk.Enum
+ 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
+ CHARACTER ToString () Returns a CHARACTER representation (human readable) of the Enum member
Inherited from Consultingwerk.Enum

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

Top Property Summary
Options Name Purpose
# CHARACTER Label Returns the character label associated with an enum member instance
Inherited from Consultingwerk.Enum
+ Consultingwerk.OERA.Enum.RowStateEnum RowCreated The row was created
+ Consultingwerk.OERA.Enum.RowStateEnum RowDeleted The row was deleted
+ Consultingwerk.OERA.Enum.RowStateEnum RowModified The row was modified
+ Consultingwerk.OERA.Enum.RowStateEnum RowUnmodified The row was not modified
+ Consultingwerk.OERA.Enum.RowStateEnum Unknown The row was not modified
+ INTEGER Value Returns the integer value associated with an enum member instance
Inherited from Consultingwerk.Enum


Method Detail
Top

PUBLIC LOGICAL Equals (Object)

Inherited from Consultingwerk.Enum
Purpose: Compares this Enum member to another member of this Enum by Value
Notes: Returns FALSE when the passed in object reference is not of this
Enum type

Parameters:
poParam Progress.Lang.Object
The object to compare by value and type with the current enum member
Returns LOGICAL
Logical value indicating if the two compared enum members are euqally
Top

PUBLIC 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

PUBLIC 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

PUBLIC INT64 GetValue ()

Inherited from Consultingwerk.Enum
Purpose: Returns the Value of the Enum Member
Notes: Introduced for compability with 11.6 native Enums

Returns INT64
The Enum Memeber value
Top

PUBLIC 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

PUBLIC INTEGER ToInteger ()

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

Returns INTEGER
The INTEGER Value matching the Enum member
Top

PUBLIC CHARACTER ToString ()

Inherited from Consultingwerk.Enum
Purpose: Returns a CHARACTER representation (human readable) of the
Enum member
Notes:

Returns CHARACTER
The CHARACTER representation of the enum member, identically to the Label property


Constructor Detail
Top

PRIVATE RowStateEnum (integer, character)

Purpose: Constructor for the RowStateEnum class
Notes:

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


Property Detail
Top

PROTECTED CHARACTER Label

Inherited from Consultingwerk.Enum
Purpose: Returns the character label associated with an enum member instance
Notes: Instance member

Returns CHARACTER
Top

PUBLIC Consultingwerk.OERA.Enum.RowStateEnum RowCreated

Purpose: The row was created
Notes:

Returns Consultingwerk.OERA.Enum.RowStateEnum
Top

PUBLIC Consultingwerk.OERA.Enum.RowStateEnum RowDeleted

Purpose: The row was deleted
Notes:

Returns Consultingwerk.OERA.Enum.RowStateEnum
Top

PUBLIC Consultingwerk.OERA.Enum.RowStateEnum RowModified

Purpose: The row was modified
Notes:

Returns Consultingwerk.OERA.Enum.RowStateEnum
Top

PUBLIC Consultingwerk.OERA.Enum.RowStateEnum RowUnmodified

Purpose: The row was not modified
Notes:

Returns Consultingwerk.OERA.Enum.RowStateEnum
Top

PUBLIC Consultingwerk.OERA.Enum.RowStateEnum Unknown

Purpose: The row was not modified
Notes:

Returns Consultingwerk.OERA.Enum.RowStateEnum
Top

PUBLIC INTEGER Value

Inherited from Consultingwerk.Enum
Purpose: Returns the integer value associated with an enum member instance
Notes: Instance member

Returns INTEGER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:29:54