public class AttrDictionaryEntry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AttrDictionaryEntry.Type |
Constructor and Description |
---|
AttrDictionaryEntry()
Construct an empty attribution dictionary
|
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
AttrDictionaryEntry[] |
getArray()
Return an array of Entry objects, if this is compatible.
|
AttrDictionary |
getDict()
Return a dictionary, if this is a dictionary.
|
double |
getDouble()
Return a double, if compatible.
|
long |
getIdentity()
Return a identity, which is a long64, if compatible.
|
int |
getInt()
Return an integer, if compatible.
|
java.lang.String |
getString()
Return a string, if this a string
|
AttrDictionaryEntry.Type |
getType()
Return the type of this entry.
|
protected int |
getTypeNative() |
public AttrDictionaryEntry()
public AttrDictionaryEntry.Type getType()
protected int getTypeNative()
public java.lang.String getString()
public int getInt()
public double getDouble()
public long getIdentity()
public AttrDictionary getDict()
public AttrDictionaryEntry[] getArray()
public void finalize()
finalize
in class java.lang.Object