com.partnersoft.v3x.io.formats.binary
Class BinaryFixedWidthField
java.lang.Object
com.partnersoft.v3x.io.formats.binary.BinaryFixedWidthField
public class BinaryFixedWidthField
- extends java.lang.Object
A binary, fixed-width field.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
description
public java.lang.String description
start
public int start
width
public int width
format
public BinaryFixedWidthFieldFormat format
BinaryFixedWidthField
public BinaryFixedWidthField()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String newName)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String newDescription)
getStart
public int getStart()
setStart
public void setStart(int newStart)
getWidth
public int getWidth()
setWidth
public void setWidth(int newWidth)
getFormat
public BinaryFixedWidthFieldFormat getFormat()
setFormat
public void setFormat(BinaryFixedWidthFieldFormat newFormat)