Namespace: Ccs.BusinessLogic
Class 
JoinEnum Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Enum

This Software is licensed by Progress Software Corporation (licensor)
under the Progress Software Common Component Specification Project
Release License Agreement available at
https://community.progress.com/products/directions/common_component/p/releaselicenseagreement
The Interface definition is part of the Common Component Specification [CCSBE01]. The
file is considered as a Specification Implementation Condition as described
in section 2.1.1.1: If Licensor has made Specification Implementation
Conditions available as of the date Licensee completes its Independent
Implementation, then Licensee must, prior to making any claim that its
Independent Implementation complies with the Specification, ensure that
the Independent Implementation satisfies all of the Specification
Implementation Conditions. If Licensor subsequently makes available or
updates, from time to time, the Specification Implementation Conditions,
then Licensee will verify that its Independent Implementation satisfies the
latest version of the Specification Implementation Conditions within ninety
(90) days following Licensor's release thereof.
Contributors:
Mike Fechner, Consultingwerk [2016]
File:JoinEnum
Purpose:Enum for values of the Join property of the
IQueryEntry interface
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun May 22 19:44:59 CEST 2016
/* 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
+ Ccs.BusinessLogic.JoinEnum FromString (character) Returns the reference to the Enum member with the given name
+ Ccs.BusinessLogic.JoinEnum 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
- JoinEnum (integer, character) Constructor for the JoinEnum class

Top Property Summary
Options Name Purpose
+ Ccs.BusinessLogic.JoinEnum And
+ Ccs.BusinessLogic.JoinEnum AndNot
# CHARACTER Label
Inherited from Consultingwerk.Enum
+ Ccs.BusinessLogic.JoinEnum None
+ Ccs.BusinessLogic.JoinEnum Not
+ Ccs.BusinessLogic.JoinEnum Or
+ Ccs.BusinessLogic.JoinEnum OrNot
+ 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 Ccs.BusinessLogic.JoinEnum 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 Ccs.BusinessLogic.JoinEnum
The reference to the Enum member
Top

PUBLIC Ccs.BusinessLogic.JoinEnum 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 Ccs.BusinessLogic.JoinEnum
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 JoinEnum (integer, character)

Purpose: Constructor for the JoinEnum class
Notes:

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


Property Detail
Top

PUBLIC Ccs.BusinessLogic.JoinEnum And


Returns Ccs.BusinessLogic.JoinEnum
Top

PUBLIC Ccs.BusinessLogic.JoinEnum AndNot


Returns Ccs.BusinessLogic.JoinEnum
Top

PROTECTED CHARACTER Label

Inherited from Consultingwerk.Enum

Returns CHARACTER
Top

PUBLIC Ccs.BusinessLogic.JoinEnum None


Returns Ccs.BusinessLogic.JoinEnum
Top

PUBLIC Ccs.BusinessLogic.JoinEnum Not


Returns Ccs.BusinessLogic.JoinEnum
Top

PUBLIC Ccs.BusinessLogic.JoinEnum Or


Returns Ccs.BusinessLogic.JoinEnum
Top

PUBLIC Ccs.BusinessLogic.JoinEnum OrNot


Returns Ccs.BusinessLogic.JoinEnum
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:09:27