|
Navigate to: Methods | Constructors | Events | Properties
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 |
Options | Name | Purpose | |
---|---|---|---|
- | RowStateEnum (integer, character) |
Constructor for the RowStateEnum class |
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 |
Top
PUBLIC LOGICAL Equals (Object)
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.OERA.Enum.RowStateEnum FromInteger (integer)
|
||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Collections.CharacterList GetNames ()
|
||||||||||||||||||||||
PUBLIC INT64 GetValue ()
|
||||||||||||||||||||||
PUBLIC CHARACTER ToAblConstant ()
|
||||||||||||||||||||||
PUBLIC INTEGER ToInteger ()
|
||||||||||||||||||||||
PUBLIC CHARACTER ToString ()
|
PRIVATE RowStateEnum (integer, character)
|
---|
PROTECTED CHARACTER Label
|
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.OERA.Enum.RowStateEnum RowCreated
|
|||||||||||||
PUBLIC Consultingwerk.OERA.Enum.RowStateEnum RowDeleted
|
|||||||||||||
PUBLIC Consultingwerk.OERA.Enum.RowStateEnum RowModified
|
|||||||||||||
PUBLIC Consultingwerk.OERA.Enum.RowStateEnum RowUnmodified
|
|||||||||||||
PUBLIC Consultingwerk.OERA.Enum.RowStateEnum Unknown
|
|||||||||||||
PUBLIC INTEGER Value
|