public class ATValue
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ATValue(int group,
int element)
constructs a new AttributeTag object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getElement()
returns the element number
|
int |
getGroup()
returns the group number
|
int |
hashCode() |
public ATValue(int group,
int element)
group - intelement - intpublic 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