public class GraphMatchingExpressionsSerial
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<GraphMatchingExpression> |
graphMatchingExpression |
long |
serial |
Constructor and Description |
---|
GraphMatchingExpressionsSerial() |
GraphMatchingExpressionsSerial(GraphMatchingExpressionsSerial o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this GraphMatchingExpressionsSerial.
|
static GraphMatchingExpressionsSerial |
fromString(java.lang.String s)
String representation of this GraphMatchingExpressionsSerial.
|
java.util.List<GraphMatchingExpression> |
getGraphMatchingExpression() |
long |
getSerial() |
GraphMatchingExpressionsSerial |
makeCopy()
Creates and returns a deep copy of this GraphMatchingExpressionsSerial.
|
static GraphMatchingExpressionsSerial |
readFrom(java.io.InputStream is)
Read this GraphMatchingExpressionsSerial from an XML fragment.
|
void |
setSerial(long serial) |
java.lang.String |
toString()
String representation of this GraphMatchingExpressionsSerial.
|
GraphMatchingExpressionsSerial |
withGraphMatchingExpression(java.util.Collection<GraphMatchingExpression> __values) |
GraphMatchingExpressionsSerial |
withGraphMatchingExpression(GraphMatchingExpression... __values) |
GraphMatchingExpressionsSerial |
withSerial(long serial) |
GraphMatchingExpressionsSerial |
withSerial(java.lang.Long serial) |
void |
writeTo(java.io.OutputStream os)
Write this GraphMatchingExpressionsSerial as an XML fragment
|
public long serial
public java.util.List<GraphMatchingExpression> graphMatchingExpression
public GraphMatchingExpressionsSerial()
public GraphMatchingExpressionsSerial(GraphMatchingExpressionsSerial o)
public void setSerial(long serial)
public long getSerial()
public GraphMatchingExpressionsSerial withSerial(long serial)
public GraphMatchingExpressionsSerial withSerial(java.lang.Long serial)
public java.util.List<GraphMatchingExpression> getGraphMatchingExpression()
public GraphMatchingExpressionsSerial withGraphMatchingExpression(GraphMatchingExpression... __values)
public GraphMatchingExpressionsSerial withGraphMatchingExpression(java.util.Collection<GraphMatchingExpression> __values)
public GraphMatchingExpressionsSerial makeCopy()
public static GraphMatchingExpressionsSerial 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 GraphMatchingExpressionsSerial 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.