NameRecord
Contents
[
Hide
]Inheritance: java.lang.Object
public class NameRecord
Represents NameRecord structure of the ’name’ table
Constructors
Constructor | Description |
---|---|
NameRecord() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getLanguageId() | Gets language identifier. |
getNameId() | Gets name identifier. |
getPlatformId() | Gets platform identifier code. |
getPlatformSpecificId() | Gets platform-specific encoding identifier. |
getString() | Gets string in the string storage related to this name record. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
NameRecord()
public NameRecord()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLanguageId()
public int getLanguageId()
Gets language identifier.
Returns: int - Language identifier.
getNameId()
public int getNameId()
Gets name identifier.
Returns: int - Name identifier.
getPlatformId()
public int getPlatformId()
Gets platform identifier code.
Returns: int - Platform identifier code.
getPlatformSpecificId()
public int getPlatformSpecificId()
Gets platform-specific encoding identifier.
Returns: int - Platform-specific encoding identifier.
getString()
public String getString()
Gets string in the string storage related to this name record.
Returns: java.lang.String - String in the string storage related to this name record.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |