public class CustomTransform extends ProcessAction implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
classId |
java.util.List<KeyValue> |
keyValue |
name
Constructor and Description |
---|
CustomTransform() |
CustomTransform(CustomTransform o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CustomTransform.
|
static CustomTransform |
fromString(java.lang.String s)
String representation of this CustomTransform.
|
java.lang.String |
getClassId() |
java.util.List<KeyValue> |
getKeyValue() |
CustomTransform |
makeCopy()
Creates and returns a deep copy of this CustomTransform.
|
static CustomTransform |
readFrom(java.io.InputStream is)
Read this CustomTransform from an XML fragment.
|
void |
setClassId(java.lang.String classId) |
java.lang.String |
toString()
String representation of this CustomTransform.
|
CustomTransform |
withClassId(java.lang.String classId) |
CustomTransform |
withKeyValue(java.util.Collection<KeyValue> __values) |
CustomTransform |
withKeyValue(KeyValue... __values) |
CustomTransform |
withName(java.lang.String name) |
void |
writeTo(java.io.OutputStream os)
Write this CustomTransform as an XML fragment
|
getName, setName
public java.lang.String classId
public java.util.List<KeyValue> keyValue
public CustomTransform()
public CustomTransform(CustomTransform o)
public CustomTransform withName(java.lang.String name)
withName
in class ProcessAction
public void setClassId(java.lang.String classId)
public java.lang.String getClassId()
public CustomTransform withClassId(java.lang.String classId)
public java.util.List<KeyValue> getKeyValue()
public CustomTransform withKeyValue(KeyValue... __values)
public CustomTransform withKeyValue(java.util.Collection<KeyValue> __values)
public CustomTransform makeCopy()
makeCopy
in class ProcessAction
public static CustomTransform 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 ProcessAction
javax.xml.bind.JAXBException
java.io.IOException
public static CustomTransform 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 ProcessAction
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class ProcessAction
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.