|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.archimed.dicom.ATValue
public class ATValue
represents a single data element value of value representation AT (Attribute Tag). An AT data element contains one or more group,element pairs used to identify other data element tags.
| Constructor Summary | |
|---|---|
ATValue(int group,
int element)
constructs a new AttributeTag object |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
getElement()
returns the element number |
int |
getGroup()
returns the group number |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ATValue(int group,
int element)
group - intelement - int| Method Detail |
|---|
public int getGroup()
public int getElement()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||