Returns the key name for this CDOMList. This is the unique identifier of the CDOMList. Theoretically, this is unique relative to the ListClass (from getListClass()), not globally unique. However, this "uniqueness" is not enforced (since this is merely an interface). @return The key name for this CD
()
| 48 | * @return The key name for this CDOMList |
| 49 | */ |
| 50 | public String getKeyName(); |
| 51 | |
| 52 | /** |
| 53 | * Returns true if this CDOMList has the given Type. This test the CDOMList |
no outgoing calls