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