|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
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.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 |
|
+ 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 |
Inherited from Consultingwerk.Enum |
|
+ | 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 |
|
|
+ | INTEGER Value |
Inherited from Consultingwerk.Enum |
Top
PUBLIC LOGICAL Equals (Object)
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.OERA.Enum.RowStateEnum FromInteger (integer)
|
||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.Enum.RowStateEnum FromString (character)
|
||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.Enum.RowStateEnum FromValue (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
|