Class ExtractTableTest.TableProperties
java.lang.Object
gov.nasa.pds.objectAccess.example.ExtractTableTest.TableProperties
- Enclosing class:
- ExtractTableTest
public static class ExtractTableTest.TableProperties extends Object
-
Constructor Summary
Constructors Constructor Description TableProperties() -
Method Summary
Modifier and Type Method Description intgetFieldLength()StringgetFieldName()StringgetFieldType()StringgetFileName()intgetRecordCount()intgetRecordLength()voidsetFieldLength(int fieldLength)voidsetFieldName(String fieldName)voidsetFieldType(String fieldType)voidsetFileName(String fileName)voidsetRecordCount(int recordCount)voidsetRecordLength(int recordLength)
-
Constructor Details
-
TableProperties
public TableProperties()
-
-
Method Details
-
getFileName
-
setFileName
-
getRecordCount
public int getRecordCount() -
setRecordCount
public void setRecordCount(int recordCount) -
getRecordLength
public int getRecordLength() -
setRecordLength
public void setRecordLength(int recordLength) -
getFieldName
-
setFieldName
-
getFieldType
-
setFieldType
-
getFieldLength
public int getFieldLength() -
setFieldLength
public void setFieldLength(int fieldLength)
-