public abstract class AbstractRecordWriter extends AbstractWriter<Record>
| Constructor and Description |
|---|
AbstractRecordWriter() |
| Modifier and Type | Method and Description |
|---|---|
RecordDefinition |
getRecordDefinition() |
boolean |
isIndent() |
boolean |
isWritable(Object value) |
boolean |
isWriteNulls() |
void |
setIndent(boolean indent) |
void |
setProperty(String name,
Object value) |
void |
setWriteNulls(boolean writeNulls) |
clearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setPropertySoft, setPropertyWeakclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setPropertySoft, setPropertyWeakpublic RecordDefinition getRecordDefinition()
public boolean isIndent()
public boolean isWritable(Object value)
public boolean isWriteNulls()
public void setIndent(boolean indent)
public void setProperty(String name, Object value)
setProperty in interface ObjectWithPropertiessetProperty in class AbstractObjectWithPropertiespublic void setWriteNulls(boolean writeNulls)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.