public class CSVFileColumn
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_IS_U_R_I |
static boolean |
DEFAULT_REPLACE_WITH_ID |
boolean |
isURI |
java.lang.String |
name |
boolean |
replaceWithId |
Constructor and Description |
---|
CSVFileColumn() |
CSVFileColumn(CSVFileColumn o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CSVFileColumn.
|
static CSVFileColumn |
fromString(java.lang.String s)
String representation of this CSVFileColumn.
|
java.lang.String |
getName() |
boolean |
isIsURI() |
boolean |
isReplaceWithId() |
CSVFileColumn |
makeCopy()
Creates and returns a deep copy of this CSVFileColumn.
|
static CSVFileColumn |
readFrom(java.io.InputStream is)
Read this CSVFileColumn from an XML fragment.
|
void |
setIsURI(boolean isURI) |
void |
setName(java.lang.String name) |
void |
setReplaceWithId(boolean replaceWithId) |
java.lang.String |
toString()
String representation of this CSVFileColumn.
|
CSVFileColumn |
withIsURI(boolean isURI) |
CSVFileColumn |
withIsURI(java.lang.Boolean isURI) |
CSVFileColumn |
withName(java.lang.String name) |
CSVFileColumn |
withReplaceWithId(boolean replaceWithId) |
CSVFileColumn |
withReplaceWithId(java.lang.Boolean replaceWithId) |
void |
writeTo(java.io.OutputStream os)
Write this CSVFileColumn as an XML fragment
|
public java.lang.String name
public boolean isURI
public static final boolean DEFAULT_IS_U_R_I
public boolean replaceWithId
public static final boolean DEFAULT_REPLACE_WITH_ID
public CSVFileColumn()
public CSVFileColumn(CSVFileColumn o)
public void setName(java.lang.String name)
public java.lang.String getName()
public CSVFileColumn withName(java.lang.String name)
public void setIsURI(boolean isURI)
public boolean isIsURI()
public CSVFileColumn withIsURI(boolean isURI)
public CSVFileColumn withIsURI(java.lang.Boolean isURI)
public void setReplaceWithId(boolean replaceWithId)
public boolean isReplaceWithId()
public CSVFileColumn withReplaceWithId(boolean replaceWithId)
public CSVFileColumn withReplaceWithId(java.lang.Boolean replaceWithId)
public CSVFileColumn makeCopy()
public static CSVFileColumn readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static CSVFileColumn fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.