public final class OutputDefinition extends Object
Transformation
class.Constructor and Description |
---|
OutputDefinition(com.onwbp.base.text.UserMessage description,
com.orchestranetworks.schema.SchemaTypeName type,
boolean isList) |
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
getDescription()
Returns a description of output data.
|
com.orchestranetworks.schema.SchemaTypeName |
getType()
Returns the
SchemaTypeName of output data. |
boolean |
isList()
Returns
true if the output data is a list. |
public OutputDefinition(com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, boolean isList)
public com.onwbp.base.text.UserMessage getDescription()
public com.orchestranetworks.schema.SchemaTypeName getType()
SchemaTypeName
of output data.public boolean isList()
true
if the output data is a list.