public class WellSetListPOJO extends Object implements Iterable<WellSetPOJO>
| Constructor and Description |
|---|
WellSetListPOJO() |
WellSetListPOJO(Collection<WellSet> collection)
Creates a well set list POJO from a collection of well set objects.
|
WellSetListPOJO(WellSet single)
Creates a well set list POJO from a well set object.
|
WellSetListPOJO(WellSet[] array)
Creates a well set list POJO from an array of well set objects.
|
| Modifier and Type | Method and Description |
|---|---|
WellSetPOJO |
get(int index)
Returns the well set at the indicated index.
|
List<WellSetPOJO> |
getWellsets()
Returns the list of sets.
|
Iterator<WellSetPOJO> |
iterator()
Returns an iterator for the list of well sets.
|
void |
setWellsets(List<WellSetPOJO> wellsets)
Sets the list of well sets.
|
int |
size()
Returns the size of the well set list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic WellSetListPOJO()
public WellSetListPOJO(WellSet single)
WellSet - the well set objectpublic WellSetListPOJO(Collection<WellSet> collection)
Collection - the collection of setspublic WellSetListPOJO(WellSet[] array)
WellSet - the well set objectpublic void setWellsets(List<WellSetPOJO> wellsets)
List - the new list of well setspublic List<WellSetPOJO> getWellsets()
public WellSetPOJO get(int index)
int - the index into the well listpublic Iterator<WellSetPOJO> iterator()
iterator in interface Iterable<WellSetPOJO>public int size()
Copyright © 2017. All rights reserved.