| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getEntry(int n)
returns nth entry for this global attribute.if entry type is string, a String is returned.if entry type is long, a long[] is returned.
|
int |
getEntryCount()
returns count of entries for this global attribute.
|
int |
getNum() |
boolean |
isLongType(int n)
returns whether nth entry is of type long.A Throwable is thrown for invalid entry number
|
boolean |
isStringType(int n)
returns whether nth entry is of type string.A Throwable is thrown for invalid entry number
|
int getEntryCount()
java.lang.Object getEntry(int n)
n - boolean isLongType(int n)
throws java.lang.Throwable
n - java.lang.Throwableboolean isStringType(int n)
throws java.lang.Throwable
n - java.lang.Throwableint getNum()