public class FixedWidthField extends Object implements RecordSerializable, XmlSerializable
SERIALIZED_CLASS_NAME, TYPE
XML_SERIALIZED_CLASS_NAME
Constructor and Description |
---|
FixedWidthField() |
Modifier and Type | Method and Description |
---|---|
FixedWidthField |
fromRecord(Record source)
Loads this instance's state from a record and returns
this (for fluid API call chaining). |
FixedWidthField |
fromXmlElement(Element element) |
FixedWidthAlign |
getAlign() |
Character |
getFillChar() |
String |
getName() |
int |
getWidth() |
boolean |
isSkip() |
FixedWidthField |
setAlign(FixedWidthAlign align) |
FixedWidthField |
setFillChar(Character fillChar) |
FixedWidthField |
setName(String name) |
FixedWidthField |
setSkip(boolean skip) |
FixedWidthField |
setWidth(int width) |
Record |
toRecord() |
String |
toString() |
Element |
toXmlElement(Document document) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecord
newInstanceFromJson
forEachGrandChildElement, fromXml, fromXml, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, writeXml, writeXml
public String getName()
public FixedWidthField setName(String name)
public boolean isSkip()
public FixedWidthField setSkip(boolean skip)
public int getWidth()
public FixedWidthField setWidth(int width)
public FixedWidthField setFillChar(Character fillChar)
public Character getFillChar()
public FixedWidthAlign getAlign()
public FixedWidthField setAlign(FixedWidthAlign align)
public Record toRecord()
toRecord
in interface RecordSerializable
public FixedWidthField fromRecord(Record source)
RecordSerializable
this
(for fluid API call chaining).
For fluid API call chaining, the overridden method should change the declared return type to its class.fromRecord
in interface RecordSerializable
public Element toXmlElement(Document document)
toXmlElement
in interface XmlSerializable
public FixedWidthField fromXmlElement(Element element)
fromXmlElement
in interface XmlSerializable
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.