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