public class Tag extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static Tag |
NULL
A unique tag value that does not identity any object
|
int |
value
An integer value for the tag.
|
Constructor and Description |
---|
Tag(int tagValue)
Constructs a Tag
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Tests whether the input object is equal to this Tag
|
int |
hashCode()
Returns a hash code for this Tag
|
String |
toString()
Returns a string representation of this Tag
|
public static final Tag NULL
public int value
public final boolean equals(Object o)
public final int hashCode()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.