|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.las2witsml.LasSectionInfo
Title: LasSectionInfo.java Description: This class store the LAS information as a line Copyright: Copyright (c) 2006 Company: Satyam Computer Services Ltd.
Constructor Summary | |
LasSectionInfo()
Constructor LasSectionInfo |
Method Summary | |
java.lang.Object[] |
createRow(java.lang.String strSection,
int intRowNum,
boolean blnSelected)
Method createRow This method creates a new row to be displayed in a table on the user interface |
java.lang.String |
getDescription()
Method getDescription This method returns Description as a String |
java.lang.String |
getFormat()
Method getFormat This method returns Format as a String |
java.lang.Boolean |
getIsSelected()
Method getIsSelected This method returns Boolean Value. |
java.lang.String |
getMnemonic()
Method getMnemonic This method returns String of Mnemonic of the LAS file |
java.lang.String |
getUnit()
Method getUnit This method returns Unit Value as a String. |
java.lang.String |
getValue()
Method getValue This method returns Value as a String. |
void |
setDescription(java.lang.String description)
Method setDescription This method sets the Description of the LAS File |
void |
setFormat(java.lang.String format)
Method setFormat This method sets the Format of the LAS File |
void |
setIsSelected(java.lang.Boolean selected)
Method setIsSelected This method sets the selected value of the LAS File |
void |
setMnemonic(java.lang.String strMnemonic)
Method setMnemonic This method sets the Mnemonic value of the LAS File |
void |
setUnit(java.lang.String unit)
Method setUnit This method sets the unit value of the LAS File |
void |
setValue(java.lang.String value)
Method setValue This method sets the Value of the LAS File |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LasSectionInfo()
Method Detail |
public void setMnemonic(java.lang.String strMnemonic)
public java.lang.String getMnemonic()
public void setIsSelected(java.lang.Boolean selected)
selected
- public java.lang.Boolean getIsSelected()
public void setUnit(java.lang.String unit)
unit
- public java.lang.String getUnit()
public void setValue(java.lang.String value)
value
- public java.lang.String getValue()
public void setDescription(java.lang.String description)
description
- public java.lang.String getDescription()
public void setFormat(java.lang.String format)
public java.lang.String getFormat()
public java.lang.Object[] createRow(java.lang.String strSection, int intRowNum, boolean blnSelected)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |