|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.NameID
com.remedy.arsys.api.SchemaKey
The SchemaKey
class
provides a unique identifier for schema objects.
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 com.remedy.arsys.api.NameID |
clone, equals, getValue, hashCode, setValue, toCharArray, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SchemaKey()
public SchemaKey(char[] str)
public SchemaKey(java.lang.String str)
public SchemaKey(NameID name)
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |