The IdentifierCollection class organizes a set of identifiers for a Serializable object. An identifier consists of a pair of strings that uniquely identifies a Serializable object in the DataSource. One of the strings is the issuer for the object, and the other is the code. All objects in the GeoCalc data source must have an identifier for which the issuer is "GC".
Constructor |
Description |
Creates a new instance of the IdentifierCollection class |
|
Creates a new instance of the IdentifierCollection class |
Method |
Description |
Adds an identifier to the collection |
|
Removes all identifiers from the collection |
|
Produces a deep-copy of an IdentifierCollection |
|
Indicates whether there exists an identifier with the specified issuer |
|
Gets the number of identifiers in the collection |
|
Returns the specified identifier |
|
Returns the specified identifier |
|
Removes the specified identifier from the collection |
|
Sets the value of the specified identifier |
|
Compares the value of two IdentifierCollections |
Operator |
Description |
Assigns a new value to this IdentifierCollection |
|
Compares the value of two IdentifierCollections |
|
Compares the value of two IdentifierCollections |