public class DataIdentifier extends Object implements Serializable
Constructor and Description |
---|
DataIdentifier(String identifier)
Creates a data identifier from the given string.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Checks if the given object is a data identifier and has the same
string representation as this one.
|
int |
hashCode()
Returns the hash code of the identifier string.
|
String |
toString()
Returns the identifier string.
|
public DataIdentifier(String identifier)
identifier
- data identifierCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.