public class ResultWellXML extends Object
| Constructor and Description |
|---|
ResultWellXML() |
ResultWellXML(String index,
Integer value)
Creates a simple XML well from an index and value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIndex()
Returns the index.
|
int |
getValue()
Returns the value.
|
void |
setIndex(String newIndex)
Sets the index.
|
void |
setValue(int value)
Sets the value.
|
Well |
toWellObject()
Returns a WellInteger object.
|
public void setIndex(String newIndex)
String - the new indexpublic void setValue(int value)
int - the new valuepublic String getIndex()
public int getValue()
public Well toWellObject()
Copyright © 2017. All rights reserved.