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

File:OnNotAvailableEnum
Purpose:Enum controlling the DatasetModel/TableModel behaviour
when a record is not found using the provided query
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:14.05.2018 21:00:14
/* Mike Fechner, Consultingwerk Ltd. 13.09.2017
Preprocessor variables for SmartComponentLibrary, WinKit and SmartFramework
based on Consultingwerk/packages.i now



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.OnNotAvailableEnum FromString (character) Returns the reference to the Enum member with the given name
+ Consultingwerk.OERA.OnNotAvailableEnum FromValue (integer) Returns the reference to the Enum member with the given value
+ F INT64 GetValue () Returns the Value of the Enum Member
Inherited from Consultingwerk.Enum
+ CHARACTER ToString () Returns a CHARACTER representation (human readable) of the Enum member
Inherited from Consultingwerk.Enum

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

Top Property Summary
Options Name Purpose
+ Consultingwerk.OERA.OnNotAvailableEnum Ignore
# CHARACTER Label
Inherited from Consultingwerk.Enum
+ Consultingwerk.OERA.OnNotAvailableEnum Throw
+ INTEGER Value
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.OnNotAvailableEnum 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.OnNotAvailableEnum
The reference to the Enum member
Top

PUBLIC Consultingwerk.OERA.OnNotAvailableEnum 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.OnNotAvailableEnum
The reference to the Enum member
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 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 OnNotAvailableEnum (integer, character)

Purpose: Constructor for the OnNotAvailableEnum class
Notes:

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


Property Detail
Top

PUBLIC Consultingwerk.OERA.OnNotAvailableEnum Ignore


Returns Consultingwerk.OERA.OnNotAvailableEnum
Top

PROTECTED CHARACTER Label

Inherited from Consultingwerk.Enum

Returns CHARACTER
Top

PUBLIC Consultingwerk.OERA.OnNotAvailableEnum Throw


Returns Consultingwerk.OERA.OnNotAvailableEnum
Top

PUBLIC INTEGER Value

Inherited from Consultingwerk.Enum

Returns INTEGER


©2006-2020 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       04.02.2020 23:13:39