Public Member Functions | |
_.Library.Status | DeSerialize (_.Library.String serialized) |
Deserialize from string created with <method>Serialize</method> back to collection. | |
_.Library.Status | InsertList (_.Library.String inslist) |
Inserts a list with value inslist at the end of the list. More... | |
_.Library.String | Serialize (_.Library.Integer force) |
Serialize() constructs a serialized form of the collection as a string. | |
![]() | |
_.Library.Integer | Count () |
Returns the number of elements contained in the list. More... | |
_.Library.String | Find (_.Library.String element, _.Library.Integer key) |
Starting from, and including, position key, Find finds. More... | |
_.Library.String | GetAt (_.Library.Integer key) |
Finds and returns the value of the element at position. More... | |
_.Library.String | GetNext (_.Library.Integer key) |
Finds and returns the value of the element at the position after key More... | |
_.Library.String | GetPrevious (_.Library.Integer key) |
Finds and returns the value of the element at the position before key More... | |
_.Library.Status | Insert (_.Library.String element) |
Inserts an element with value element at the end of the list. More... | |
_.Library.Status | InsertAt (_.Library.String element, _.Library.Integer key) |
Inserts an element with value element at position key. More... | |
_.Library.Status | InsertOrdered (_.Library.String element) |
Inserts an element with value element into the list at the correct ordered. More... | |
_.Library.Boolean | IsDefined (_.Library.Integer key) |
Returns true (1) if a value is defined at location key,. More... | |
_.Library.Integer | Next (_.Library.Integer key) |
Finds and returns the index value of the element at the location following key in the list. More... | |
_.Library.Integer | Previous (_.Library.Integer key) |
Finds and returns the index value of the element at the location preceding key in the list. More... | |
_.Library.String | RemoveAt (_.Library.Integer key) |
Removes the element at position key in the list. More... | |
_.Library.Status | SetAt (_.Library.String element, _.Library.Integer key) |
Sets the value of the element at position key to element. More... | |
![]() | |
_.Library.Status | Clear () |
Clears the contents of the list. More... | |
_.Library.String | Find (_.Library.RawString element, _.Library.Integer key) |
Starting from, but not including, position key, Find finds. More... | |
_.Library.Status | Insert (_.Library.RawString element) |
Inserts an element with value element at the end of the list. More... | |
_.Library.Status | InsertAt (_.Library.RawString element, _.Library.Integer key) |
Inserts an element with value element at position key. More... | |
_.Library.Status | InsertList (_.Library.RawString inslist) |
Inserts a list with value inslist at the end of the list. More... | |
_.Library.Status | InsertOrdered (_.Library.RawString element) |
Inserts an element with value element into the list at the correct ordered. More... | |
_.Library.Status | SetAt (_.Library.RawString element, _.Library.Integer key) |
Sets the value of the element at position key to element. More... | |
![]() | |
_.Library.RawString | GetAt (_.Library.RawString key) |
Definition of iterator methods that all our collections classes use to ensure consistency. More... | |
_.Library.RawString | GetNext (_.Library.RawString key) |
Finds and returns the value of the element at the location after key More... | |
_.Library.RawString | Next (_.Library.RawString key) |
Finds and returns the key value of the element at the location following key in the iteration. More... | |
![]() | |
_.Library.Status | Clear () |
Clears the contents of the array. More... | |
![]() | |
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
This callback method is invoked when the current object is added to the SaveSet,. More... | |
_.Library.Status | OnClose () |
This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
_.Library.Status | OnNew () |
This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
_.Library.Status | OnValidateObject () |
This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
Static Public Member Functions | |
_.Library.String | DisplayToLogical (_.Library.String val, _.Library.String delim, _.Library.String class, _.Library.String method) |
Converts the value of an incoming delimited string to a serialized state. More... | |
_.Library.String | LogicalToDisplay (_.Library.String val, _.Library.String delim, _.Library.String class, _.Library.String method) |
Converts the serial state of this list object to a delimited string. More... | |
_.Library.String | LogicalToOdbc (_.Library.String val, _.Library.String delim, _.Library.String class, _.Library.String method) |
Converts the serial state of this list object to a delimited string. More... | |
_.Library.String | OdbcToLogical (_.Library.String val, _.Library.String delim, _.Library.String class, _.Library.String method) |
Converts the value of an incoming delimited string to a serialized state. More... | |
![]() | |
_.Library.String | FDBMSToLogical (_.Library.String val, _.Library.String delim) |
Converts the value of an incoming delimited string to a serialized state. More... | |
_.Library.String | LogicalToFDBMS (_.Library.String val, _.Library.String delim) |
Converts the serial state of this list object to a delimited string. More... | |
![]() | |
_.Library.Status | BuildValueArray (_.Library.Binary serialized, _.Library.Binary array) |
Constructs array(key)=value for each element in the serialval value. More... | |
Additional Inherited Members | |
![]() | |
Size | |
Size is the number of elements contained in the list. More... | |
![]() | |
ElementClassType | |
The ClassType of the elements stored by this collection. More... | |
ElementType | |
The type (classname:propertyname) of the elements stored in the collection. More... | |
LiteralBehavior | |
True if this collection is a 'literal object' so the Insert/Set should make a copy of the object. More... | |
OrefStorage | |
More... | |
Owner | |
Integer version of the object that has the collection data. More... | |
ReadOnly | |
True if this collection is read only. More... | |
Storage | |
More... | |
StreamLocation | |
For stream collections this contains the stream root location. More... | |
![]() | |
ELEMENTTYPE = None | |
Functions needed for all collection classes. More... | |
![]() | |
CAPTION = None | |
Optional name used by the Form Wizard for a class when generating forms. More... | |
JAVATYPE = None | |
The Java type to be used when exported. | |
PROPERTYVALIDATION = None | |
This parameter controls the default validation behavior for the object. More... | |
|
static |
Converts the value of an incoming delimited string to a serialized state.
using the value of the delim argument as a delimiter.
Reimplemented from ListOfDT.
_.Library.Status InsertList | ( | _.Library.String | inslist | ) |
Inserts a list with value inslist at the end of the list.
Returns a <CLASS>Status</CLASS> value indicating success or failure.
Reimplemented from ListOfDT.
|
static |
Converts the serial state of this list object to a delimited string.
using the value of the delim argument as a delimiter.
Reimplemented from ListOfDT.
|
static |
Converts the serial state of this list object to a delimited string.
using delim (default delim is ",") as a delimiter.
Reimplemented from AbstractList.
|
static |
Converts the value of an incoming delimited string to a serialized state.
using delim (default delim is ",") as a delimiter.
Reimplemented from AbstractList.