Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump()
Return a string dump of this content
|
java.lang.String |
dump(java.lang.String attribute)
Return a string dump of an attriute
|
boolean |
exists(java.lang.String attribute)
Check if the give attribute is a valid value
|
boolean |
exists(java.lang.String attribute,
int pos)
Check if the given attribute at the given position is a valid value
|
java.util.Date |
getDate(java.lang.String attribute)
Return the first attribute of the the attribute list as an int, or null
if not found
|
java.util.Date |
getDate(java.lang.String attribute,
int n)
Return the nth attribute of the the attribute list as an int, or null if
not found
|
java.lang.Integer |
getInt(java.lang.String attribute)
Return the first attribute of the the attribute list as an int, or null
if not found
|
java.lang.Integer |
getInt(java.lang.String attribute,
int n)
Return the nth attribute of the the attribute list as an int, or null if
not found
|
java.lang.Long |
getLong(java.lang.String var)
Get variable as Long or null
|
java.lang.Long |
getLong(java.lang.String var,
int n)
Get the nth variable as Long or null
|
java.lang.Iterable<java.lang.Integer> |
getRange(java.lang.String attribute)
Return an iterable of the indexes of the attribute
|
int |
getSize(java.lang.String attribute)
Return the number of elements in the attribute
|
java.lang.String |
getString(java.lang.String attribute)
Return the first attribute of the the named attribute as a string, or
null if not found
|
java.lang.String |
getString(java.lang.String attribute,
int n)
Return the nth named attribute as a string, or null if not found
|
boolean exists(java.lang.String attribute)
attribute
- boolean exists(java.lang.String attribute, int pos)
attribute
- java.lang.String getString(java.lang.String attribute)
asset
- java.lang.String getString(java.lang.String attribute, int n)
asset
- java.lang.Integer getInt(java.lang.String attribute)
asset
- java.lang.Integer getInt(java.lang.String attribute, int n)
asset
- java.lang.Long getLong(java.lang.String var)
var
- java.lang.Long getLong(java.lang.String var, int n)
var
- java.util.Date getDate(java.lang.String attribute)
asset
- java.util.Date getDate(java.lang.String attribute, int n)
asset
- int getSize(java.lang.String attribute)
attribute
- java.lang.Iterable<java.lang.Integer> getRange(java.lang.String attribute)
attribute
- java.lang.String dump()
asset
- java.lang.String dump(java.lang.String attribute)
asset
-