public class MultiFieldSource extends MetasSource implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
indexField |
Constructor and Description |
---|
MultiFieldSource() |
MultiFieldSource(MultiFieldSource o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this MultiFieldSource.
|
static MultiFieldSource |
fromString(java.lang.String s)
String representation of this MultiFieldSource.
|
java.lang.String |
getIndexField()
CSV-encoded index field for this meta source.
|
MultiFieldSource |
makeCopy()
Creates and returns a deep copy of this MultiFieldSource.
|
static MultiFieldSource |
readFrom(java.io.InputStream is)
Read this MultiFieldSource from an XML fragment.
|
void |
setIndexField(java.lang.String indexField)
CSV-encoded index field for this meta source.
|
java.lang.String |
toString()
String representation of this MultiFieldSource.
|
MultiFieldSource |
withIndexField(java.lang.String indexField) |
void |
writeTo(java.io.OutputStream os)
Write this MultiFieldSource as an XML fragment
|
public MultiFieldSource()
public MultiFieldSource(MultiFieldSource o)
public void setIndexField(java.lang.String indexField)
public java.lang.String getIndexField()
public MultiFieldSource withIndexField(java.lang.String indexField)
public MultiFieldSource makeCopy()
makeCopy
in class MetasSource
public static MultiFieldSource 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
writeTo
in class MetasSource
javax.xml.bind.JAXBException
java.io.IOException
public static MultiFieldSource 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 MetasSource
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class MetasSource
com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.