public class SDCNewGenerationStatus extends SDCGenerationStatus implements com.exalead.util.Checkable, java.io.Serializable
arcTableGeneration, attributeTableGeneration, checkpointTableGeneration, DEFAULT_ARC_TABLE_GENERATION, DEFAULT_ATTRIBUTE_TABLE_GENERATION, DEFAULT_CHECKPOINT_TABLE_GENERATION, DEFAULT_DOCUMENT_TABLE_GENERATION, DEFAULT_OBJECT_GRAPH_TABLE_GENERATION, DEFAULT_VERTEX_TABLE_GENERATION, documentTableGeneration, objectGraphTableGeneration, vertexTableGeneration
Constructor and Description |
---|
SDCNewGenerationStatus() |
SDCNewGenerationStatus(SDCNewGenerationStatus o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this SDCNewGenerationStatus.
|
static SDCNewGenerationStatus |
fromString(java.lang.String s)
String representation of this SDCNewGenerationStatus.
|
SDCNewGenerationStatus |
makeCopy()
Creates and returns a deep copy of this SDCNewGenerationStatus.
|
static SDCNewGenerationStatus |
readFrom(java.io.InputStream is)
Read this SDCNewGenerationStatus from an XML fragment.
|
java.lang.String |
toString()
String representation of this SDCNewGenerationStatus.
|
SDCNewGenerationStatus |
withArcTableGeneration(int arcTableGeneration)
Deprecated.
|
SDCNewGenerationStatus |
withArcTableGeneration(java.lang.Integer arcTableGeneration)
Deprecated.
|
SDCNewGenerationStatus |
withAttributeTableGeneration(int attributeTableGeneration)
Deprecated.
|
SDCNewGenerationStatus |
withAttributeTableGeneration(java.lang.Integer attributeTableGeneration)
Deprecated.
|
SDCNewGenerationStatus |
withCheckpointTableGeneration(int checkpointTableGeneration) |
SDCNewGenerationStatus |
withCheckpointTableGeneration(java.lang.Integer checkpointTableGeneration) |
SDCNewGenerationStatus |
withDocumentTableGeneration(int documentTableGeneration) |
SDCNewGenerationStatus |
withDocumentTableGeneration(java.lang.Integer documentTableGeneration) |
SDCNewGenerationStatus |
withObjectGraphTableGeneration(int objectGraphTableGeneration) |
SDCNewGenerationStatus |
withObjectGraphTableGeneration(java.lang.Integer objectGraphTableGeneration) |
SDCNewGenerationStatus |
withVertexTableGeneration(int vertexTableGeneration)
Deprecated.
|
SDCNewGenerationStatus |
withVertexTableGeneration(java.lang.Integer vertexTableGeneration)
Deprecated.
|
void |
writeTo(java.io.OutputStream os)
Write this SDCNewGenerationStatus as an XML fragment
|
getArcTableGeneration, getAttributeTableGeneration, getCheckpointTableGeneration, getDocumentTableGeneration, getObjectGraphTableGeneration, getVertexTableGeneration, setArcTableGeneration, setAttributeTableGeneration, setCheckpointTableGeneration, setDocumentTableGeneration, setObjectGraphTableGeneration, setVertexTableGeneration
public SDCNewGenerationStatus()
public SDCNewGenerationStatus(SDCNewGenerationStatus o)
@Deprecated public SDCNewGenerationStatus withArcTableGeneration(int arcTableGeneration)
withArcTableGeneration
in class SDCGenerationStatus
@Deprecated public SDCNewGenerationStatus withArcTableGeneration(java.lang.Integer arcTableGeneration)
withArcTableGeneration
in class SDCGenerationStatus
@Deprecated public SDCNewGenerationStatus withVertexTableGeneration(int vertexTableGeneration)
withVertexTableGeneration
in class SDCGenerationStatus
@Deprecated public SDCNewGenerationStatus withVertexTableGeneration(java.lang.Integer vertexTableGeneration)
withVertexTableGeneration
in class SDCGenerationStatus
public SDCNewGenerationStatus withCheckpointTableGeneration(int checkpointTableGeneration)
withCheckpointTableGeneration
in class SDCGenerationStatus
public SDCNewGenerationStatus withCheckpointTableGeneration(java.lang.Integer checkpointTableGeneration)
withCheckpointTableGeneration
in class SDCGenerationStatus
public SDCNewGenerationStatus withObjectGraphTableGeneration(int objectGraphTableGeneration)
withObjectGraphTableGeneration
in class SDCGenerationStatus
public SDCNewGenerationStatus withObjectGraphTableGeneration(java.lang.Integer objectGraphTableGeneration)
withObjectGraphTableGeneration
in class SDCGenerationStatus
public SDCNewGenerationStatus withDocumentTableGeneration(int documentTableGeneration)
withDocumentTableGeneration
in class SDCGenerationStatus
public SDCNewGenerationStatus withDocumentTableGeneration(java.lang.Integer documentTableGeneration)
withDocumentTableGeneration
in class SDCGenerationStatus
@Deprecated public SDCNewGenerationStatus withAttributeTableGeneration(int attributeTableGeneration)
withAttributeTableGeneration
in class SDCGenerationStatus
@Deprecated public SDCNewGenerationStatus withAttributeTableGeneration(java.lang.Integer attributeTableGeneration)
withAttributeTableGeneration
in class SDCGenerationStatus
public SDCNewGenerationStatus makeCopy()
makeCopy
in class SDCGenerationStatus
public static SDCNewGenerationStatus 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 SDCGenerationStatus
javax.xml.bind.JAXBException
java.io.IOException
public static SDCNewGenerationStatus 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 SDCGenerationStatus
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class SDCGenerationStatus
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.