|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectelectric.uddi.KeyedReference
electric.uddi.Identifier
Identifier represents a UDDI identifier.
| Field Summary |
| Fields inherited from class electric.uddi.KeyedReference |
name, tModelKey, value |
| Constructor Summary | |
Identifier()
Construct an Identifier with no name, value or typeKey. |
|
Identifier(java.lang.String name,
java.lang.String value)
Construct an Identifier with the specified name and value. |
|
Identifier(java.lang.String name,
java.lang.String value,
java.lang.String tModelKey)
Construct an Identifier with the specified name, value and tModelKey. |
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Return true if the object is an Identifier with the same name, value and tModelKey as myself. |
static Identifier |
readIdentifier(IReader reader)
|
static Identifier[] |
readList(IReader reader)
|
java.lang.String |
toString()
Return my description. |
static void |
writeList(IWriter writer,
Identifier[] identifiers)
|
| Methods inherited from class electric.uddi.KeyedReference |
getName, getTModelKey, getValue, hashCode, read, setName, setTModelKey, setValue, write |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Identifier()
public Identifier(java.lang.String name,
java.lang.String value)
name - The initial name.value - The initial value.
public Identifier(java.lang.String name,
java.lang.String value,
java.lang.String tModelKey)
name - The initial name.value - The initial value.tModelKey - The initial tModelKey.| Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object object)
equals in class KeyedReferenceobject - The object to match.
public static void writeList(IWriter writer,
Identifier[] identifiers)
throws java.io.IOException
writer - identifiers -
java.io.IOExceptionpublic static Identifier[] readList(IReader reader)
reader -
public static Identifier readIdentifier(IReader reader)
throws java.io.IOException
reader -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||