public class FieldIdentifier
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.nio.ByteBuffer |
bytes |
Constructor and Description |
---|
FieldIdentifier(java.nio.ByteBuffer bytes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static FieldIdentifier |
forInternalString(java.lang.String text)
Creates a
FieldIdentifier from an internal string. |
static FieldIdentifier |
forQuoted(java.lang.String text)
Creates a
FieldIdentifier from a quoted identifier string. |
static FieldIdentifier |
forUnquoted(java.lang.String text)
Creates a
FieldIdentifier from an unquoted identifier string. |
int |
hashCode() |
java.lang.String |
toString() |
public static FieldIdentifier forUnquoted(java.lang.String text)
FieldIdentifier
from an unquoted identifier string.public static FieldIdentifier forQuoted(java.lang.String text)
FieldIdentifier
from a quoted identifier string.public static FieldIdentifier forInternalString(java.lang.String text)
FieldIdentifier
from an internal string.public java.lang.String toString()
toString
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2009- The Apache Software Foundation