| Constructor and Description |
|---|
WellListXML() |
WellListXML(Collection<Well> collection)
Creates an XML well list from a collection of well objects.
|
WellListXML(Well well)
Creates an XML well list from a well object.
|
WellListXML(Well[] array)
Creates an XML well list from an array of well objects.
|
| Modifier and Type | Method and Description |
|---|---|
WellXML |
get(int index)
Returns the XML well at the indicated index.
|
List<WellXML> |
getWells()
Gets the list of XML wells.
|
Iterator<WellXML> |
iterator()
Returns an iterator for the list of XML wells.
|
void |
setWells(List<WellXML> wells)
Sets the list of XML wells.
|
int |
size()
Returns the size of the XML well list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic WellListXML()
public WellListXML(Well well)
Well - the well objectpublic WellListXML(Collection<Well> collection)
Collection - collection of well objectspublic WellListXML(Well[] array)
WellInteger[] - array of well objectspublic void setWells(List<WellXML> wells)
List - the new list of wellspublic WellXML get(int index)
int - the index into the well listpublic int size()
Copyright © 2017. All rights reserved.