public final class FileNameIdentifier
extends java.lang.Object
Constructor and Description |
---|
FileNameIdentifier(java.lang.String string)
Creates the NameIdentifier
|
FileNameIdentifier(ValueBuffer valueBuffer)
Creates the FileNameIdentifier
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equalsNameIdentifier(FileNameIdentifier obj)
Tests if this FileNameIdentifier is equal to the given one.
|
java.lang.String |
getString()
Gets string
|
ValueBuffer |
getValueBuffer()
Gets the ValueBuffer
|
int |
hashCode() |
java.lang.String |
toString() |
public FileNameIdentifier(ValueBuffer valueBuffer)
valueBuffer
- The contained textual identifier as a FILENAME valuebufferpublic FileNameIdentifier(java.lang.String string)
string
- The contained textual identifier as a java Stringpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equalsNameIdentifier(FileNameIdentifier obj)
obj
- A fileNameIdentifier to be compared for equality with this onepublic final java.lang.String getString()
public ValueBuffer getValueBuffer()
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object