|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.xml.UID
public class UID
Unique id for a component. This id is guaranteed to be unique across multiple modules.
| Constructor Summary | |
|---|---|
UID(java.lang.Object module_id,
int decl_seq,
int eval_seq,
java.lang.Object id)
To create a UID object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Object |
getComponentId()
Get the id of the component within the containing module. |
int |
getDeclarationSequence()
Get the sequence number in the order of tag declaration. |
int |
getEvaluationSequence()
Get the sequence number in the order of tag evaluation. |
java.lang.Object |
getModuleId()
Get the id of the containing module. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UID(java.lang.Object module_id,
int decl_seq,
int eval_seq,
java.lang.Object id)
module_id - the module id.decl_seq - the declaration sequence in the enclosing tag.eval_seq - the evaluation sequence.id - the id of the component within the module.| Method Detail |
|---|
public java.lang.Object getComponentId()
public java.lang.Object getModuleId()
public int getEvaluationSequence()
public int getDeclarationSequence()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||