public class FlowVariable extends FlowElement
| Constructor and Description |
|---|
FlowVariable()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
FlowDataType |
getDataType() |
boolean |
getIsCollection() |
boolean |
getIsInput() |
boolean |
getIsOutput() |
String |
getObjectType() |
int |
getScale() |
FlowElementReferenceOrValue |
getValue() |
boolean |
isIsCollection() |
boolean |
isIsInput() |
boolean |
isIsOutput() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDataType(FlowDataType dataType) |
void |
setIsCollection(boolean isCollection) |
void |
setIsInput(boolean isInput) |
void |
setIsOutput(boolean isOutput) |
void |
setObjectType(String objectType) |
void |
setScale(int scale) |
void |
setValue(FlowElementReferenceOrValue value) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getDescription, getName, setDescription, setNamegetProcessMetadataValues, setProcessMetadataValuespublic FlowDataType getDataType()
public void setDataType(FlowDataType dataType)
public boolean getIsCollection()
public boolean isIsCollection()
public void setIsCollection(boolean isCollection)
public boolean getIsInput()
public boolean isIsInput()
public void setIsInput(boolean isInput)
public boolean getIsOutput()
public boolean isIsOutput()
public void setIsOutput(boolean isOutput)
public String getObjectType()
public void setObjectType(String objectType)
public int getScale()
public void setScale(int scale)
public FlowElementReferenceOrValue getValue()
public void setValue(FlowElementReferenceOrValue value)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class FlowElementIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class FlowElementIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class FlowElementIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class FlowElementIOExceptionConnectionExceptionpublic String toString()
toString in class FlowElementCopyright © 2015. All Rights Reserved.