public class AssetIdIList extends AbstractIList
IListIterable| Modifier and Type | Field and Description |
|---|---|
static String |
ASSETID |
static String |
ASSETTYPE |
protected List<com.fatwire.assetapi.data.AssetId> |
ids
Collection of AssetId objects
|
| Constructor and Description |
|---|
AssetIdIList(String name,
Collection<com.fatwire.assetapi.data.AssetId> ids)
Construct a new IList taking the name and the data.
|
| Modifier and Type | Method and Description |
|---|---|
COM.FutureTense.Interfaces.IList |
clone(String newname) |
void |
flush() |
String |
getColumnName(int i) |
byte[] |
getFileData(String s) |
String |
getFileString(String s) |
String |
getIndirectColumnName(int i) |
Object |
getObject(String s) |
String |
getValue(String s) |
int |
numColumns() |
int |
numIndirectColumns() |
int |
numRows() |
boolean |
stringInList(String s) |
atEnd, currentRow, getName, hasData, moveTo, moveToRow, renamepublic static final String ASSETTYPE
public static final String ASSETID
protected List<com.fatwire.assetapi.data.AssetId> ids
public AssetIdIList(String name, Collection<com.fatwire.assetapi.data.AssetId> ids)
name - IList nameids - asset ids.public COM.FutureTense.Interfaces.IList clone(String newname)
public void flush()
public int numColumns()
public String getColumnName(int i) throws ArrayIndexOutOfBoundsException
ArrayIndexOutOfBoundsExceptionpublic int numRows()
public String getValue(String s) throws NoSuchFieldException
NoSuchFieldExceptionpublic Object getObject(String s) throws NoSuchFieldException
NoSuchFieldExceptionpublic byte[] getFileData(String s) throws IllegalArgumentException, NoSuchFieldException
public String getFileString(String s) throws NoSuchFieldException
NoSuchFieldExceptionpublic int numIndirectColumns()
public String getIndirectColumnName(int i)
public boolean stringInList(String s)
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.