public class FieldDescription
extends java.lang.Object
| Constructor and Description |
|---|
FieldDescription() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormat() |
int |
getLength()
Gets the field length, in bytes.
|
java.lang.Double |
getMaximum() |
int |
getMaxLength()
Gets the maximum field length, in bytes.
|
java.lang.Double |
getMinimum() |
java.lang.String |
getName()
Gets the field name.
|
int |
getOffset()
Gets the field offset, the number of bytes
past the beginning of the record where the
field starts.
|
int |
getStartBit()
Gets the start bit, for bit fields.
|
int |
getStopBit()
Gets the stop bit, for bit fields.
|
FieldType |
getType()
Gets the field type.
|
void |
setFormat(java.lang.String format) |
void |
setLength(int length)
Sets the field length, in bytes.
|
void |
setMaximum(java.lang.Double max) |
void |
setMaxLength(int length)
Sets the maximum field length, in bytes.
|
void |
setMinimum(java.lang.Double min) |
void |
setName(java.lang.String name)
Sets the field name.
|
void |
setOffset(int offset)
Sets the field offset.
|
void |
setStartBit(int startBit)
Sets the start bit, for bit fields.
|
void |
setStopBit(int stopBit)
Sets the stop bit, for bit fields.
|
void |
setType(FieldType type)
Sets the field type.
|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the new field namepublic FieldType getType()
public void setType(FieldType type)
type - the new field typepublic int getOffset()
public void setOffset(int offset)
offset - the field offsetpublic int getLength()
public void setLength(int length)
length - the new field lengthpublic int getMaxLength()
public void setMaxLength(int length)
length - the new maximum field lengthpublic int getStartBit()
public void setStartBit(int startBit)
startBit - the new start bitpublic int getStopBit()
public void setStopBit(int stopBit)
stopBit - the new stop bitpublic java.lang.String getFormat()
public void setFormat(java.lang.String format)
public void setMinimum(java.lang.Double min)
public java.lang.Double getMinimum()
public void setMaximum(java.lang.Double max)
public java.lang.Double getMaximum()
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.