com.remedy.arsys.api
Class SchemaKey
java.lang.Object
|
+--com.remedy.arsys.api.NameID
|
+--com.remedy.arsys.api.SchemaKey
- All Implemented Interfaces:
- java.lang.Cloneable, IARIdentifier, java.io.Serializable
- public class SchemaKey
- extends NameID
The SchemaKey class
provides a unique identifier for schema objects.
- See Also:
- Serialized Form
|
Constructor Summary |
SchemaKey()
Default constructor |
SchemaKey(char[] str)
Constructor that takes a character array. |
SchemaKey(NameID name)
Constructor that takes a NameID. |
SchemaKey(java.lang.String str)
Constructor that takes a string. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
SchemaKey
public SchemaKey()
- Default constructor
SchemaKey
public SchemaKey(char[] str)
- Constructor that takes a character array.
SchemaKey
public SchemaKey(java.lang.String str)
- Constructor that takes a string.
SchemaKey
public SchemaKey(NameID name)
- Constructor that takes a NameID.