public class EnumString extends BaseCOMObject
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BATCH_SIZE |
| Constructor and Description |
|---|
EnumString(IJIComObject enumStringObject) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
asCollection() |
Collection<String> |
asCollection(int batchSize) |
EnumString |
cloneObject() |
Collection<String> |
next(int num) |
int |
next(List<String> list,
int num) |
void |
reset() |
void |
skip(int num) |
getCOMObjectpublic EnumString(IJIComObject enumStringObject) throws IllegalArgumentException, UnknownHostException, JIException
public int next(List<String> list, int num) throws JIException
JIExceptionpublic Collection<String> next(int num) throws JIException
JIExceptionpublic void skip(int num)
throws JIException
JIExceptionpublic void reset()
throws JIException
JIExceptionpublic EnumString cloneObject() throws JIException, IllegalArgumentException, UnknownHostException
public Collection<String> asCollection(int batchSize) throws JIException
JIExceptionpublic Collection<String> asCollection() throws JIException
JIExceptionCopyright © 2017 LSST. All rights reserved.