Namespace: Consultingwerk
Interface 
IPrimitiveHolder Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.CharacterHolder, Consultingwerk.DateHolder, Consultingwerk.DateTimeHolder, Consultingwerk.DateTimeTzHolder, Consultingwerk.DecimalHolder, Consultingwerk.HandleHolder, Consultingwerk.Int64Holder, Consultingwerk.IntegerHolder, Consultingwerk.LogicalHolder, Consultingwerk.LongcharHolder, Consultingwerk.MemptrHolder, Consultingwerk.RowidHolder, Consultingwerk.SmartFramework.Authorization.SecurityRealmParameter, Consultingwerk.StrongHandleHolder, Consultingwerk.Util.MessageSubSystem

File:IPrimitiveHolder
Purpose:Array for primitity data-type holder classes
Author(s):Mike Fechner / Consultingwerk
Created:Sun Nov 15 09:58:28 CET 2015
Purpose: Performs by-value comparison with another holder class
Notes: The provided object for comparison needs to be of the same type



Top Method Summary
Options Name Purpose
+ LOGICAL Equals (Object) Performs by-value comparison with another holder class
+ CHARACTER GetExpression () Returns the Expression to be used in a Query String
+ CHARACTER GetValue () Returns the Value of the Holder instance
+ CHARACTER ToString () Returns a Character representation of the value


Method Detail
Top

PUBLIC LOGICAL Equals (Object)

Purpose: Performs by-value comparison with another holder class
Notes: The provided object for comparison needs to be of the same type

Parameters:
poObject Progress.Lang.Object
The object to compare with the current instance
Returns LOGICAL
Logical value indicating if this object and the passed in object instance have the same value
Top

PUBLIC CHARACTER GetExpression ()

Purpose: Returns the Expression to be used in a Query String
Notes: Quoted value

Returns CHARACTER
The CHARACTER Expression
Top

PUBLIC CHARACTER GetValue ()

Purpose: Returns the Value of the Holder instance
Notes: Unquoted value

Returns CHARACTER
The value as a CHARACTER
Top

PUBLIC CHARACTER ToString ()

Purpose: Returns a Character representation of the value
Notes:

Returns CHARACTER
The Character representation of the value


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:55