Namespace: Consultingwerk.Framework
Interface 
IServiceDefinitions Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Framework.ServiceDefinitions

File:IServiceDefinitions
Purpose:Interface for classes keeping record of services
definition files (services.xml) loaded through the
ServiceLoader:Load method
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Jun 23 21:38:14 CEST 2014
Notes:May be implemented using a CharacterList class
Purpose: Adds the specified value to the List.
Notes:



Top Method Summary
Options Name Purpose
+ Add (character) Adds the specified value to the List.
+ Consultingwerk.Framework.Collections.CharacterListEnumerator GetEnumerator () Returns the Enumerator for the List
+ Remove (character) Removes the specified value from the List.


Method Detail
Top

PUBLIC Add (character)

Purpose: Adds the specified value to the List.
Notes:

Parameters:
pcValue CHARACTER
The value to add to the List
Top

PUBLIC Consultingwerk.Framework.Collections.CharacterListEnumerator GetEnumerator ()

Purpose: Returns the Enumerator for the List
Notes:

Returns Consultingwerk.Framework.Collections.CharacterListEnumerator
The Enumerator instance
Top

PUBLIC Remove (character)

Purpose: Removes the specified value from the List.
Notes:

Parameters:
pcValue CHARACTER
The value to remove from the List


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       27.03.2024 00:27:40